Skip to content

Commit 77b99cb

Browse files
authored
Update deploy.yml
1 parent 29eb11e commit 77b99cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout main branch
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Pull latest release from GitHub
17-
uses: appleboy/ssh-action@0.1.5
17+
uses: appleboy/ssh-action@1.0.3
1818
with:
1919
host: ${{ secrets.HOST }}
2020
username: ${{ secrets.USERNAME }}
2121
key: ${{ secrets.KEY }}
2222
passphrase: ${{ secrets.PASSPHRASE }}
2323
script: |
2424
cd ~/bots/quinn
25-
git pull [email protected]:unreal-slackers/quinn.git
25+
git pull
2626
- name: Build & run
27-
uses: appleboy/ssh-action@0.1.5
27+
uses: appleboy/ssh-action@1.0.3
2828
with:
2929
host: ${{ secrets.HOST }}
3030
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)