diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a3b8099 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,21 @@ +kind: pipeline +type: ssh +name: default + +server: + host: denairfire.com + user: root + password: + from_secret: password + +steps: +- name: change directory + commands: + - cd /Denair_Fire +- name: git pull + commands: + - git pull +- name: generate hugo + commands: + - hugo +