Skip to content

Commit

Permalink
Merge pull request #101 from Arquisoft/luis
Browse files Browse the repository at this point in the history
docker compose --profile prod down
  • Loading branch information
uo283055 authored Mar 6, 2024
2 parents 0947071 + dce6708 commit f1d618c
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 @@ -204,5 +204,5 @@ jobs:
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es6b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es6b/master/.env -O .env
docker compose down
docker compose --profile prod down
docker compose --profile prod up -d

0 comments on commit f1d618c

Please sign in to comment.