---
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