ci: fix YAML indentation so drone-ssh sees host
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6f47a541cc
commit
17bcb84bf8
@ -4,7 +4,7 @@ name: deploy-polisplexity
|
|||||||
|
|
||||||
clone:
|
clone:
|
||||||
depth: 1
|
depth: 1
|
||||||
submodules: false # <- ya no hay submódulos
|
submodules: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install dependencies and run Django checks
|
- name: install dependencies and run Django checks
|
||||||
@ -36,10 +36,8 @@ steps:
|
|||||||
- name: deploy to production server
|
- name: deploy to production server
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host: 191.101.233.39
|
||||||
from_secret: PROD_HOST
|
username: drone
|
||||||
username:
|
|
||||||
from_secret: PROD_USER
|
|
||||||
port: 22
|
port: 22
|
||||||
key:
|
key:
|
||||||
from_secret: PROD_SSH_KEY
|
from_secret: PROD_SSH_KEY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user