Update drone config to deploy to new server
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b07b0632da
commit
48f6c7473a
|
@ -19,12 +19,12 @@ steps:
|
|||
- name: output
|
||||
path: ./public
|
||||
settings:
|
||||
hosts: [ "graven.dev" ]
|
||||
user: deploy
|
||||
hosts: [ "nixaalb.org" ]
|
||||
user: deploy-web
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
port: 22
|
||||
target: /var/www/graven.dev/public/aalnix-test
|
||||
target: /var/www/nixaalb.org/public
|
||||
source: ./public
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue