update host in .drone.yml
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:
@@ -3,7 +3,7 @@ type: ssh
|
||||
name: default
|
||||
|
||||
server:
|
||||
host: nuc.home
|
||||
host: server.home
|
||||
user: marco
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
@@ -26,7 +26,7 @@ steps:
|
||||
- name: deploy
|
||||
commands:
|
||||
- cd /home/marco/containers
|
||||
- docker-compose up --build -d sensor-web-v2
|
||||
- docker compose up --build -d sensor-web-v2
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
||||
Reference in New Issue
Block a user