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