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

This commit is contained in:
Kekskurse 2022-10-14 16:28:23 +02:00
parent 55e8e9ba44
commit 076113cf02
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 7 additions and 4 deletions

View File

@ -19,7 +19,10 @@ steps:
- rm -r -f * - rm -r -f *
- cp -R /tmp/webpage/* ./ - cp -R /tmp/webpage/* ./
- ls -lah - ls -lah
- git add . - name: git-push
- git commit -m "Drone" . image: appleboy/drone-git-push
- git remote add origin2 git@git.keks.cloud:kekskurse/leuchttuerme-ostsee.git settings:
- git push origin2 webpage branch: webpage
remote: git@git.keks.cloud:kekskurse/leuchttuerme-ostsee.git
force: false
commit: true