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 *
- cp -R /tmp/webpage/* ./
- ls -lah
- git add .
- git commit -m "Drone" .
- git remote add origin2 git@git.keks.cloud:kekskurse/leuchttuerme-ostsee.git
- git push origin2 webpage
- name: git-push
image: appleboy/drone-git-push
settings:
branch: webpage
remote: git@git.keks.cloud:kekskurse/leuchttuerme-ostsee.git
force: false
commit: true