fix drone
continuous-integration/drone Build is failing
Details
continuous-integration/drone Build is failing
Details
This commit is contained in:
parent
acca584f0d
commit
ede4237281
|
|
@ -1,4 +1,5 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: Build Image
|
||||
|
||||
steps:
|
||||
|
|
@ -18,9 +19,8 @@ steps:
|
|||
event:
|
||||
- push
|
||||
|
||||
- name: Deploy Image
|
||||
- name: Deploy image
|
||||
image: appleboy/drone-ssh
|
||||
|
||||
settings:
|
||||
host: server1.midastix.com
|
||||
username: root
|
||||
|
|
@ -28,11 +28,10 @@ steps:
|
|||
from_secret: server_ssh_pkey
|
||||
port: 22
|
||||
command_timeout: 5m
|
||||
|
||||
script:
|
||||
- echo "Deploying ManiCandles"
|
||||
- sudo /opt/deployable/manicandles/docker/deploy.sh
|
||||
- echo "Deployment Completed"
|
||||
- echo "Completed Deployment"
|
||||
|
||||
when:
|
||||
branch:
|
||||
|
|
|
|||
Loading…
Reference in New Issue