test branching
continuous-integration/drone/push Build is failing Details

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
1 changed files with 11 additions and 1 deletions

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