This commit is contained in:
parent
55e8e9ba44
commit
076113cf02
1 changed files with 7 additions and 4 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
Loading…
Reference in a new issue