diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2b0c485 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +kind: pipeline +type: ssh +name: default +server: + host: + from_secret: host + port: + from_secret: port + user: + from_secret: username + password: + from_secret: password +steps: +- name: build + commands: + - cd /home/martabak/web + - git fetch + - git checkout prod + - git pull \ No newline at end of file