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
|
- name: output
|
||||||
path: ./public
|
path: ./public
|
||||||
settings:
|
settings:
|
||||||
hosts: [ "graven.dev" ]
|
hosts: [ "nixaalb.org" ]
|
||||||
user: deploy
|
user: deploy-web
|
||||||
key:
|
key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
port: 22
|
port: 22
|
||||||
target: /var/www/graven.dev/public/aalnix-test
|
target: /var/www/nixaalb.org/public
|
||||||
source: ./public
|
source: ./public
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in a new issue