forgot to add git pull

This commit is contained in:
muhammadeko 2022-05-06 06:56:25 +07:00
parent 753cd0a997
commit 1c54896a82
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

View File

@ -20,6 +20,7 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd ~/project/gc-tools/
git pull
docker-compose down
docker-compose build
docker-compose up -d