24 lines
464 B
YAML
24 lines
464 B
YAML
pipeline:
|
|
publish:
|
|
image: appleboy/drone-scp
|
|
settings:
|
|
host:
|
|
from_secret: jupiterIP
|
|
username: camille
|
|
key:
|
|
from_secret: DOPrivateKey
|
|
target: /u/jsquotes
|
|
source: ./src
|
|
|
|
restart:
|
|
image: appleboy/drone-ssh
|
|
settings:
|
|
host:
|
|
from_secret: jupiterIP
|
|
username: camille
|
|
key:
|
|
from_secret: DOPrivateKey
|
|
script:
|
|
- docker restart quotes
|
|
branches: master
|