Skip to content

Commit

Permalink
fix: docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgancfer committed Apr 9, 2024
1 parent f3f4ff6 commit 57f5461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
DATABASE_PASSWORD
JWT_SECRET
SSL_PASSWORD
docker-push-nginx:
docker-push-kiwiq:
runs-on: ubuntu-latest
needs: [ e2e-tests ]
steps:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
needs: [docker-push-api, docker-push-webapp, docker-push-question-generator]
needs: [docker-push-api, docker-push-webapp, docker-push-question-generator, docker-push-kiwiq]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

kiwiq:
image: kiwiq_en2b
container_name: kiwiq
container_name: ghcr.io/arquisoft/wiq_en2b/kiwiq:latest
networks:
mynetwork:
links:
Expand Down

0 comments on commit 57f5461

Please sign in to comment.