Skip to content

Commit

Permalink
Update deploy-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekteega authored Dec 16, 2023
1 parent 95856d1 commit f0b7331
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Pull changes and deploy API
on: [push]
jobs:

build:
name: Build
runs-on: self-hosted
Expand All @@ -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

0 comments on commit f0b7331

Please sign in to comment.