changed username
This commit is contained in:
parent
f29ca63c77
commit
03134f29c8
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: git.midastix.com/ci-docker-repo-user/sangwaritaxi_website
|
repo: git.midastix.com/ci-docker-repo-user/sangwaritaxi
|
||||||
registry: git.midastix.com
|
registry: git.midastix.com
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
@ -28,14 +28,14 @@ steps:
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host: sangwaritaxi.com
|
host: sangwaritaxi.com
|
||||||
username: sangwaritaxi_website
|
username: sangwaritaxi
|
||||||
key:
|
key:
|
||||||
# from_secret: server_ssh_pkey
|
from_secret: server_ssh_pkey
|
||||||
port: 22
|
port: 22
|
||||||
command_timeout: 3m
|
command_timeout: 3m
|
||||||
script:
|
script:
|
||||||
- echo "Deploying image"
|
- echo "Deploying image"
|
||||||
- sudo /opt/deployable/sangwaritaxi_website/docker/deploy.sh
|
- sudo /opt/deployable/sangwaritaxi/docker/deploy.sh
|
||||||
- echo "Completed Deployment"
|
- echo "Completed Deployment"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue