From f0b7331d698dc902af2b3844d8c583eb289aa7ac Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Sat, 16 Dec 2023 16:13:53 +0530 Subject: [PATCH] Update deploy-api.yml --- .github/workflows/deploy-api.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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