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 *
|
- 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
|
Loading…
Reference in a new issue