diff options
| -rw-r--r-- | .drone.yml | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a2fc542 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +--- +kind: pipeline +type: exec +name: default1 + +clone: +  disable: true + +platform: +  os: linux +  arch: amd64 + +steps: +- name: deploy +  commands: +  - sh /opt/drone/scripts/sync-website.sh + +trigger: +  branch: +  - master +  event: +  - push | 
