vdk2ch/.drone.yml
hogweed1 0f9cf5dcdd
All checks were successful
continuous-integration/drone/push Build is passing
Изменил(а) на '.drone.yml'
2022-10-16 12:32:38 -04:00

25 lines
436 B
YAML

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