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 807a809 commit c000ac8Copy full SHA for c000ac8
2 files changed
.github/workflows/deploy-beta.yml
@@ -17,6 +17,6 @@ jobs:
17
port: ${{ secrets.SSH_PORT || 22 }}
18
script: |
19
cd ${{ secrets.BETA_PATH }}
20
- git reset --hard HEAD
21
- git clean -fd
+ git add -A
+ git stash
22
git pull origin beta
.github/workflows/deploy-main.yml
cd ${{ secrets.MAIN_PATH }}
git pull origin main
0 commit comments