jsquotes/.woodpecker.yml

25 lines
487 B
YAML
Raw Normal View History

pipeline:
publish:
image: appleboy/drone-scp
settings:
host:
from_secret: jupiterIP
username: camille
key:
2023-01-21 12:43:03 -06:00
from_secret: DOPrivateKey
2023-01-21 12:44:27 -06:00
target: /home/www/docker
source: .
2023-01-21 01:16:31 -06:00
overwrite: true
restart:
image: appleboy/drone-ssh
settings:
host:
from_secret: jupiterIP
username: camille
key:
2023-01-21 12:43:03 -06:00
from_secret: DOPrivateKey
script:
- docker restart quotes
branches: master