diff --git a/.drone.yml b/.drone.yml index 204718e..872dc25 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file +- name: git-push + image: appleboy/drone-git-push + settings: + branch: webpage + remote: git@git.keks.cloud:kekskurse/leuchttuerme-ostsee.git + force: false + commit: true \ No newline at end of file