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:
|
||||
depth: 1
|
||||
submodules: false # <- ya no hay submódulos
|
||||
submodules: false
|
||||
|
||||
steps:
|
||||
- name: install dependencies and run Django checks
|
||||
@ -36,10 +36,8 @@ steps:
|
||||
- name: deploy to production server
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host:
|
||||
from_secret: PROD_HOST
|
||||
username:
|
||||
from_secret: PROD_USER
|
||||
host: 191.101.233.39
|
||||
username: drone
|
||||
port: 22
|
||||
key:
|
||||
from_secret: PROD_SSH_KEY
|
||||
|
Loading…
x
Reference in New Issue
Block a user