We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca7272 commit f09c014Copy full SHA for f09c014
.github/workflows/build_and_deploy.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: appleboy/scp-action@master
28
with:
29
host: terminal42.ch
30
- username: ${{ secrets.DEPLOY_USERNAME }}
+ username: terminal
31
port: ${{ secrets.DEPLOY_PORT }}
32
key: ${{ secrets.DEPLOY_KEY }}
33
source: 'build'
0 commit comments