Skip to content

Commit

Permalink
alterações nos comandos
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 9, 2024
1 parent ea7afed commit 592d92d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
EXCLUDE: ".env, /test/, .gitignore, README.md"
SCRIPT_AFTER: |
cd /var/www/cleverson.online
docker compose down
docker compose pull
docker compose up -d
make deploy
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ build:
docker compose up --build

deploy:
cd /var/www/cleverson.online \
docker-compose down \
docker-compose pull \
docker-compose up -d

0 comments on commit 592d92d

Please sign in to comment.