jsquotes/.woodpecker.yml

24 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 01:12:57 -06:00
from_secret: titanPrivateKey
target: /home/www/docker/quotes/jsquotes
source: .
restart:
image: appleboy/drone-ssh
settings:
host:
from_secret: jupiterIP
username: camille
key:
from_secret: titanPrivateKey
script:
- docker restart quotes
branches: master