Skip to content

Commit

Permalink
Merge pull request #135 from Arquisoft/ft_addingpullalwaysdeploymentd…
Browse files Browse the repository at this point in the history
…irective

Añadiendo pull always para forzar la descarga de imágenes
  • Loading branch information
PabloGOP authored Mar 18, 2024
2 parents 7802886 + 3bf8d09 commit f5434dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
wget https://raw.githubusercontent.com/arquisoft/wiq_es04a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es04a/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d
docker compose --profile prod up -d --pull always

0 comments on commit f5434dd

Please sign in to comment.