„.drone.yml“ ändern
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

main
michael 1 year ago
parent cbbb5e19fc
commit 8c7c8aed29

@ -48,12 +48,9 @@ steps:
- name: push - name: push
image: appleboy/drone-git-push image: appleboy/drone-git-push
environment:
GIT_PUSH_SSH_KEY:
from_secret: ssh_key
settings: settings:
branch: main branch: main
remote: git@git.omglinux.de:2222/michael/fdgl-production.git remote: ssh://git@git.omglinux.de:2222/michael/fdgl-production.git
force: false force: false
commit: true commit: true
commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}" commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"

Loading…
Cancel
Save