Skip to content

Commit

Permalink
Merge pull request #66 from Arquisoft/release-fix
Browse files Browse the repository at this point in the history
Corrected some problems with release
  • Loading branch information
adriiglz authored Mar 10, 2024
2 parents a844671 + 4db92ef commit 97f56f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: arquisoft/wiq_en1a/usequestionservicerservice
name: arquisoft/wiq_en1a/questionservice
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ARM64
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-questionservice]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ services:
- mongodb
- userservice
- authservice
- questionservice
ports:
- "8000:8000"
networks:
Expand Down

0 comments on commit 97f56f5

Please sign in to comment.