Skip to content

Commit

Permalink
Update cd-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Asadaaaaa authored Oct 6, 2023
1 parent ae6ba50 commit e6a0568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd sersow/staging/sersow-view
git fetch
cd app/sersow/web/staging
git reset --hard HEAD
git pull origin staging
npm i
npm run build
pm2 restart stg-sersow-view
pm2 restart sersow-web-staging

0 comments on commit e6a0568

Please sign in to comment.