Skip to content

Commit

Permalink
Changes for:
Browse files Browse the repository at this point in the history
-Only having one release script
-Adding the backend job to the deploy job
  • Loading branch information
Mister-Mario committed Mar 7, 2024
1 parent 7acbbc9 commit 73ba39d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp]
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp,docker-push-backend]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down
File renamed without changes.

0 comments on commit 73ba39d

Please sign in to comment.