Skip to content

Commit

Permalink
Update ci_id.yml - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
YoyoJesus authored Jan 14, 2025
1 parent 4cf714a commit cab7789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Pull & Build for Production
if: github.ref == 'refs/heads/production'
run: |
ssh oracle_prod 'sudo su && cd /var/www/khe-revengeance/ && git fetch && git checkout production && git pull && yarn install && pm2 restart khe-revengeance'
ssh oracle_prod 'cd /var/www/khe-revengeance/ && git fetch && git checkout production && git pull && yarn install && pm2 restart khe-revengeance'
- name: Pull & Build for Dev
if: github.ref == 'refs/heads/dev-main'
run: |
ssh oracle_dev 'sudo su && cd /var/www/khe-revengeance/ && git fetch && git checkout dev-main && git stash && git pull && yarn install && pm2 restart khe-revengeance'
ssh oracle_dev 'cd /var/www/khe-revengeance/ && git fetch && git checkout dev-main && git stash && git pull && yarn install && pm2 restart khe-revengeance'

0 comments on commit cab7789

Please sign in to comment.