mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2025-07-28 14:07:20 +00:00
Update deploy.yml
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -29,8 +29,9 @@ jobs:
|
||||
username: ${{ secrets.SERVER_USERNAME }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
port: ${{ secrets.SERVER_PORT || 22 }}
|
||||
source: "dist/*"
|
||||
source: "dist/"
|
||||
target: "~/code/yys-editor"
|
||||
strip_components: 1
|
||||
rm: true
|
||||
|
||||
- name: Copy to production directory
|
||||
|
Reference in New Issue
Block a user