Skip to content

Commit

Permalink
Adding the pull always option to
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Mar 17, 2024
1 parent 5d6cfd4 commit de7eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ deploy:
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d
docker compose --profile prod up -d --pull always
```
This action uses three secrets that must be configured in the repository:
Expand Down

0 comments on commit de7eafb

Please sign in to comment.