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 9325dad commit 6e819a7Copy full SHA for 6e819a7
1 file changed
.github/workflows/deploy-beta.yml
@@ -12,13 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: SSH and deploy
15
- uses: appleboy/ssh-action@v2
+ uses: appleboy/ssh-action@v1.2.0
16
with:
17
host: ${{ secrets.SSH_HOST }}
18
username: ${{ secrets.SSH_USER }}
19
key: ${{ secrets.SSH_PRIVATE_KEY }}
20
port: ${{ secrets.SSH_PORT || 22 }}
21
- script_stop: true
+ host_key_checking: false
22
script: |
23
cd ${{ secrets.BETA_PATH }}
24
cp .env /tmp/beta.env 2>/dev/null; cp port.txt /tmp/beta.port.txt 2>/dev/null
0 commit comments