use bash in deploy step
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m58s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m58s
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
JAVA_HOME: /root/.sdkman/candidates/java/current
|
||||
run: /root/.sdkman/candidates/gradle/9.4.0/bin/gradle build
|
||||
- name: deploy
|
||||
shell: bash
|
||||
run: |
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add <(echo "${{ secrets.DEPLOYSSHKEY }}")
|
||||
|
||||
Reference in New Issue
Block a user