This commit is contained in:
2023-02-09 23:28:26 +01:00
parent bd15f631f9
commit 4b9f533691
6 changed files with 53 additions and 32 deletions

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
kind: pipeline
type: ssh
name: default
server:
host: nuc.home
user: marco
ssh_key:
from_secret: ssh_key
steps:
- name: deploy
commands:
- cd /home/marco/containers/data/sensor-web-v2
- git pull
- cd /home/marco/containers
- docker-compose up --build -d sensor-web-v2
trigger:
branch:
- master