This commit is contained in:
parent
8124b08b88
commit
a886d6575f
@ -3,7 +3,11 @@
|
||||
|
||||
|
||||
steps:
|
||||
|
||||
build:
|
||||
image: node:latest
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
deploy:
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
@ -14,6 +18,6 @@ steps:
|
||||
from_secret: ssh_user
|
||||
target:
|
||||
from_secret: path
|
||||
source: src/
|
||||
source: public/
|
||||
key:
|
||||
from_secret: ssh_key
|
Loading…
Reference in New Issue
Block a user