DO key and not jupiter or titan

This commit is contained in:
Camille Frantz 2023-01-21 12:43:03 -06:00
parent 8d22447791
commit 645723f23b
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pipeline:
from_secret: jupiterIP
username: camille
key:
from_secret: titanPrivateKey
from_secret: DOPrivateKey
target: /home/www/docker/quotes/jsquotes
source: .
overwrite: true
@ -18,7 +18,7 @@ pipeline:
from_secret: jupiterIP
username: camille
key:
from_secret: titanPrivateKey
from_secret: DOPrivateKey
script:
- docker restart quotes
branches: master