mirror of
https://github.com/supanadit/todo.git
synced 2024-11-22 01:56:21 +00:00
fix: identation
This commit is contained in:
parent
c9b505f998
commit
336da0817e
20
.drone.yml
20
.drone.yml
@ -13,15 +13,15 @@ steps:
|
||||
from_secret: DOCKERPASS
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: supanadit.com
|
||||
username: root
|
||||
port: 22
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: supanadit.com
|
||||
username: root
|
||||
port: 22
|
||||
key:
|
||||
from_secret: SSH_KEY
|
||||
script:
|
||||
- cd /root/Docker/todo
|
||||
- docker-compose down
|
||||
- docker-compose pull
|
||||
- docker-compose up -d
|
||||
script:
|
||||
- cd /root/Docker/todo
|
||||
- docker-compose down
|
||||
- docker-compose pull
|
||||
- docker-compose up -d
|
Loading…
Reference in New Issue
Block a user