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 dd19641 commit 53208f8Copy full SHA for 53208f8
2 files changed
.github/workflows/deploy-beta.yml
@@ -18,8 +18,6 @@ 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
+ git checkout -f -B beta origin/beta
24
npm install
25
pm2 restart beta
.github/workflows/deploy-main.yml
cd ${{ secrets.MAIN_PATH }}
- git checkout -B main origin/main
+ git checkout -f -B main origin/main
pm2 restart zerohost-dashboard
0 commit comments