We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd9ea4 + fbdfe32 commit e32c6a7Copy full SHA for e32c6a7
2 files changed
.github/workflows/deploy-beta.yml
@@ -17,4 +17,7 @@ jobs:
17
port: ${{ secrets.SSH_PORT || 22 }}
18
script: |
19
cd ${{ secrets.BETA_PATH }}
20
- git pull
+ git fetch origin
21
+ git checkout -B beta origin/beta
22
+ npm install
23
+ pm2 restart beta
.github/workflows/deploy-main.yml
cd ${{ secrets.MAIN_PATH }}
+ git checkout -B main origin/main
+ pm2 restart zerohost-dashboard
0 commit comments