Изменил(а) на '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1c75a51d98
commit
9f1e2598ef
@ -10,8 +10,12 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: kool stuff
|
- name: kool stuff
|
||||||
|
environment:
|
||||||
|
SECRET_DATA:
|
||||||
|
from_secret: docker_username
|
||||||
commands:
|
commands:
|
||||||
- echo "$(date)" >> /tmp/drone-tests
|
- echo "$(date)" >> /tmp/drone-tests
|
||||||
|
- echo $SECRET_DATA
|
||||||
- name: copy to folder
|
- name: copy to folder
|
||||||
commands:
|
commands:
|
||||||
- cd /var/www/vdk2ch
|
- cd /var/www/vdk2ch
|
||||||
|
Loading…
Reference in New Issue
Block a user