Skip to content

Commit

Permalink
correção nos comando do docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 9, 2024
1 parent 38a0ed9 commit ea7afed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
EXCLUDE: ".env, /test/, .gitignore, README.md"
SCRIPT_AFTER: |
cd /var/www/cleverson.online
docker-compose down
docker-compose pull
docker-compose up -d
docker compose down
docker compose pull
docker compose up -d

0 comments on commit ea7afed

Please sign in to comment.