Add backend CI/CD workflow

This commit is contained in:
2025-09-19 02:23:22 +00:00
parent 1912ad00c1
commit ebb1755a3f

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: [psgcicd01] # your central build runner
runs-on: [cicd] # your central build runner
steps:
- name: Checkout code
uses: actions/checkout@v3
@@ -28,7 +28,7 @@ jobs:
path: build/libs/*.jar
deploy:
runs-on: [psgbuild01] # your backend host runner
runs-on: [backend] # your backend host runner
needs: build
steps:
- name: Download artifact