--- kind: pipeline type: exec name: default platform: os: linux arch: amd64 steps: - name: kool stuff environment: SECRET_DATA: from_secret: test_secret commands: - echo "$(date) \"$SECRET_DATA\"" >> /tmp/drone-tests - name: copy to folder commands: - cd /var/www/vdk2ch - git pull