install ssh key
All checks were successful
Gitea Action Maven build / build (push) Successful in 1m24s
Gitea Action Maven build / deploy (push) Successful in 7s

This commit is contained in:
Eduard Kuksa 2025-02-11 20:39:45 +07:00
parent 4da4d285c8
commit ffd6bd18e2
2 changed files with 6 additions and 1 deletions

View File

@ -53,4 +53,9 @@ jobs:
with:
name: build-artifact
path: target
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

View File

@ -10,7 +10,7 @@
</parent>
<groupId>dev.kuksa</groupId>
<artifactId>spring-demo</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<name>spring-demo</name>
<description>spring-demo</description>
<url/>