mirror of
https://github.com/Kyren223/website.git
synced 2025-12-28 17:04:37 +00:00
Changed to website username
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
host: 185.170.113.195
|
||||
username: ${{ secrets.USERNAME }}
|
||||
username: website
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
source: "dist/*"
|
||||
target: "/srv/website"
|
||||
|
||||
Reference in New Issue
Block a user