Изменил(а) на '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
hogweed1 2022-10-16 11:33:23 -04:00
parent e1c089019a
commit 618c5863ca

View File

@ -11,4 +11,9 @@ platform:
steps: steps:
- name: kool stuff - name: kool stuff
commands: commands:
- echo hello world - echo hello world
- echo hello world >> /tmp/drone-tests
- name: copy to folder
commands:
- cd /var/www/html
- git pull