mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
Update .woodpecker.yml
This commit is contained in:
parent
ca47d78c73
commit
72885882b8
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ steps:
|
|||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||
- npm install
|
||||
- npm run build
|
||||
- scp -r build/* "$REMOTE_HOST":"$PROJECT_DIRECTORY"
|
||||
- scp -r build/* "$REMOTE_HOST:$PROJECT_DIRECTORY"
|
||||
secrets: [SSH_KEY, REMOTE_HOST, PROJECT_DIRECTORY]
|
||||
|
|
Loading…
Reference in a new issue