.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9ae47cfcb7
commit
363d61a087
|
@ -134,10 +134,10 @@ steps:
|
|||
from_secret: ssh-password
|
||||
key:
|
||||
from_secret: ssh-key
|
||||
passphrase:
|
||||
from_secret: ssh-passphrase
|
||||
port:
|
||||
from_secret: ssh-port
|
||||
#passphrase:
|
||||
# from_secret: ssh-passphrase
|
||||
#port:
|
||||
# from_secret: ssh-port
|
||||
script:
|
||||
- rm -r -f ~/stack-deploy
|
||||
- name: scp files
|
||||
|
@ -152,10 +152,10 @@ steps:
|
|||
from_secret: ssh-user
|
||||
password:
|
||||
from_secret: ssh-password
|
||||
key:
|
||||
from_secret: ssh-key
|
||||
passphrase:
|
||||
from_secret: ssh-passphrase
|
||||
#key:
|
||||
# from_secret: ssh-key
|
||||
#passphrase:
|
||||
# from_secret: ssh-passphrase
|
||||
port:
|
||||
from_secret: ssh-port
|
||||
command_timeout: 2m
|
||||
|
@ -204,10 +204,12 @@ steps:
|
|||
from_secret: ssh-host
|
||||
username:
|
||||
from_secret: ssh-user
|
||||
key:
|
||||
from_secret: ssh-key
|
||||
passphrase:
|
||||
from_secret: ssh-passphrase
|
||||
password:
|
||||
from_secret: ssh-password
|
||||
#key:
|
||||
# from_secret: ssh-key
|
||||
#passphrase:
|
||||
# from_secret: ssh-passphrase
|
||||
port:
|
||||
from_secret: ssh-port
|
||||
script:
|
||||
|
@ -226,6 +228,7 @@ steps:
|
|||
- cd ~/stack-deploy
|
||||
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-do
|
||||
- docker pull $${LOCAL_DOCKER_REGISTRY}guacamole-postgresql
|
||||
- docker pull $${LOCAL_DOCKER_REGISTRY}drone-starlark
|
||||
- docker stack rm gitea
|
||||
- sleep 60
|
||||
- docker stack deploy -c docker-compose-do.yml gitea
|
||||
|
|
Reference in New Issue