diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index bce082b..95f4a74 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -1,7 +1,6 @@ name: Pull changes and deploy API on: [push] jobs: - build: name: Build runs-on: self-hosted @@ -14,5 +13,5 @@ jobs: password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: | - whoami - ls -al + cd /home/production/deployed/hasher && git pull + supervisorctl restart integrity-api