Skip to content

Commit 08ce827

Browse files
committed
ci: add scp key
1 parent 846fea6 commit 08ce827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
host: ${{ secrets.SCP_HOST }}
3939
username: ${{ secrets.SCP_USERNAME }}
4040
password: ${{ secrets.SCP_PASSWORD }}
41+
key: ${{ secrets.SCP_KEY }}
4142
source: target/release/bathbot-twilight
4243
target: ${{ secrets.SCP_TARGET }}
4344
strip_components: 2

0 commit comments

Comments
 (0)