Skip to content

Commit

Permalink
adicionando o script de deploy diretamento no ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 9, 2024
1 parent d36af58 commit 9de72d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
TARGET: ${{ secrets.TARGET }}
EXCLUDE: ".env, /test/, .gitignore, README.md"
SCRIPT_AFTER: |
make deploy
cd /var/www/${{ secrets.TARGET }}
docker-compose down
docker-compose pull
docker-compose up -d

0 comments on commit 9de72d0

Please sign in to comment.