diff --git a/.drone.yml b/.drone.yml index 7053c9f..5de1843 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file