Skip to content

Commit

Permalink
Error despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
baraganio committed Apr 1, 2024
1 parent 56ea4b4 commit 3d1d556
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 @@ -162,5 +162,5 @@ jobs:
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es2b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2b/master/.env -O .env
docker compose down
docker compose --profile prod up -d
docker compose --profile prod down
docker compose --profile prod up -d --pull always

0 comments on commit 3d1d556

Please sign in to comment.