Skip to content

Commit 73ba39d

Browse files
committed
Changes for:
-Only having one release script -Adding the backend job to the deploy job
1 parent 7acbbc9 commit 73ba39d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
deploy:
9292
name: Deploy over SSH
9393
runs-on: ubuntu-latest
94-
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp]
94+
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp,docker-push-backend]
9595
steps:
9696
- name: Deploy over SSH
9797
uses: fifsky/ssh-action@master
File renamed without changes.

0 commit comments

Comments
 (0)