Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
port: ${{ secrets.SSH_PORT || 22 }}
script: |
cd ${{ secrets.BETA_PATH }}
git pull
git fetch origin
git checkout -B beta origin/beta
npm install
pm2 restart beta
5 changes: 4 additions & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
port: ${{ secrets.SSH_PORT || 22 }}
script: |
cd ${{ secrets.MAIN_PATH }}
git pull
git fetch origin
git checkout -B main origin/main
npm install
pm2 restart zerohost-dashboard