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.
1 parent 513865f commit dd19641Copy full SHA for dd19641
2 files changed
.github/workflows/deploy-beta.yml
@@ -18,6 +18,8 @@ jobs:
18
script: |
19
cd ${{ secrets.BETA_PATH }}
20
git fetch origin
21
+ git stash
22
git checkout -B beta origin/beta
23
+ git stash drop || true
24
npm install
25
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