Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysmeow committed Jun 11, 2024
1 parent 8ef273f commit 841b369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Push Docker Image
run: docker-compose push client

deploy:
deploy-client-image:
needs: build-and-push-client-image
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'server/**'

jobs:
docker-build-and-push:
build-and-push-server-images:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Push Docker Images
run: docker-compose push server scheduler

deploy:
deploy-server-images:
needs: docker-build-and-push
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 841b369

Please sign in to comment.