mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Add deploy key
This commit is contained in:
parent
60390e141a
commit
ce8221192e
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
docker:
|
||||
- image: circleci/openjdk:11-jdk-stretch-node-browsers
|
||||
steps:
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "85:2f:28:0f:b9:45:b8:f1:0f:c2:0a:1c:5e:4d:a2:06"
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
|
@ -54,6 +57,9 @@ jobs:
|
|||
docker:
|
||||
- image: circleci/openjdk:11-jdk-stretch-node-browsers
|
||||
steps:
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "85:2f:28:0f:b9:45:b8:f1:0f:c2:0a:1c:5e:4d:a2:06"
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: /home/circleci/repo/public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue