test branching
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kekskurse 2022-10-14 16:19:42 +02:00
parent 3e9c0e1122
commit 105a2d8a0f
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

View file

@ -7,4 +7,14 @@ steps:
commands:
- hugo build
- ls -la
- ls -lah public
- ls -lah public
- name: release
image: docker:git
commands:
- mkdir /tmp/webpage
- cp -R public/* /tmp/webpage
- git checkout webpage
- git pull origin webpage
- rm -r -f *
- cp -R /tmp/webpage/* ./
- ls -lah