install ssh key
This commit is contained in:
parent
4da4d285c8
commit
ffd6bd18e2
@ -53,4 +53,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: target
|
path: target
|
||||||
|
- name: Install SSH Key
|
||||||
|
uses: shimataro/ssh-key-action@v2
|
||||||
|
with:
|
||||||
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>dev.kuksa</groupId>
|
<groupId>dev.kuksa</groupId>
|
||||||
<artifactId>spring-demo</artifactId>
|
<artifactId>spring-demo</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>0.1.1-SNAPSHOT</version>
|
||||||
<name>spring-demo</name>
|
<name>spring-demo</name>
|
||||||
<description>spring-demo</description>
|
<description>spring-demo</description>
|
||||||
<url/>
|
<url/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user