2023-01-21 01:12:01 -06:00
|
|
|
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
|
2023-01-21 01:12:01 -06:00
|
|
|
|
|
|
|
restart:
|
|
|
|
image: appleboy/drone-ssh
|
|
|
|
settings:
|
|
|
|
host:
|
|
|
|
from_secret: jupiterIP
|
|
|
|
username: camille
|
|
|
|
key:
|
2023-01-21 12:43:03 -06:00
|
|
|
from_secret: DOPrivateKey
|
2023-01-21 01:12:01 -06:00
|
|
|
script:
|
|
|
|
- docker restart quotes
|
|
|
|
branches: master
|