Skip to content

Commit

Permalink
Add docker-push-statisticsservice to deploy step in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UO285267 committed Apr 7, 2024
1 parent 5439ff7 commit ddaf897
Showing 1 changed file with 2 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 @@ -177,7 +177,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-generatorservice,docker-push-questionservice,docker-push-webapp]
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-generatorservice,docker-push-questionservice,docker-push-webapp,docker-push-statisticsservice]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand All @@ -189,4 +189,4 @@ jobs:
wget https://raw.githubusercontent.com/arquisoft/wiq_es3a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es3a/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d
docker compose --profile prod up -d --build

0 comments on commit ddaf897

Please sign in to comment.