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