Skip to content

Commit

Permalink
Puesto imagen y build correctos
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago21112001 committed Mar 10, 2024
1 parent 67b63a6 commit 852b4b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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-questionservice]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ services:

questionservice:
container_name: questionservice-${teamname:-wiq_es04c}
build: questionservice
image: ghcr.io/arquisoft/${teamname:-wiq_es04c}/questionservice:latest
profiles: ["dev", "prod"]
build: ./questionservice
depends_on:
- questionservice-mysql
ports:
Expand Down

0 comments on commit 852b4b2

Please sign in to comment.