refactor deployment jobs in CI workflow for clarity and consistency
This commit is contained in:
parent
1c9c77eca3
commit
e7051d2a68
@ -44,8 +44,8 @@ jobs:
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
||||
deploy local (demo):
|
||||
name: Update running container
|
||||
deploy_local:
|
||||
name: Deploy Local (Demo)
|
||||
runs-on: self-hosted-ubuntu-latest
|
||||
needs: build
|
||||
|
||||
@ -64,8 +64,8 @@ jobs:
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
|
||||
deploy live:
|
||||
name: Update running container
|
||||
deploy_live:
|
||||
name: Deploy Live
|
||||
runs-on: self-hosted-ubuntu-latest
|
||||
needs: build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user