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 846fea6 commit 08ce827Copy full SHA for 08ce827
.github/workflows/deploy.yml
@@ -38,6 +38,7 @@ jobs:
38
host: ${{ secrets.SCP_HOST }}
39
username: ${{ secrets.SCP_USERNAME }}
40
password: ${{ secrets.SCP_PASSWORD }}
41
+ key: ${{ secrets.SCP_KEY }}
42
source: target/release/bathbot-twilight
43
target: ${{ secrets.SCP_TARGET }}
44
strip_components: 2
0 commit comments