jsquotes/.woodpecker.yml

25 lines
490 B
YAML
Raw Permalink 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 13:08:32 -06:00
target: /u/jsquotes
2023-01-22 09:37:03 -06:00
source: ./src
2023-01-22 10:17:32 -06:00
strip_components: 2
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