1
0
Fork 0

Fix SHH

main
Jonas Franz 2 years ago
parent afd8e8ef9a
commit 93846a57ea
  1. 5
      .drone.yml

@ -93,6 +93,7 @@ steps:
- cd thesis
- git add results/
- git status
- pwd
- name: push_matrix
depends_on:
- prepare_git
@ -101,8 +102,8 @@ steps:
ssh_key:
from_secret: ssh_key
branch: main
remote: git@git.jfdev.de:KoSI/thesis.git
remote: git@git.jonasfranz.software:KoSI/thesis.git
force: false
commit: true
path: thesis
path: /app/thesis
commit_message: Update metrics
Loading…
Cancel
Save