mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +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:
|
docker:
|
||||||
- image: circleci/openjdk:11-jdk-stretch-node-browsers
|
- image: circleci/openjdk:11-jdk-stretch-node-browsers
|
||||||
steps:
|
steps:
|
||||||
|
- add_ssh_keys:
|
||||||
|
fingerprints:
|
||||||
|
- "85:2f:28:0f:b9:45:b8:f1:0f:c2:0a:1c:5e:4d:a2:06"
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
|
@ -54,6 +57,9 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/openjdk:11-jdk-stretch-node-browsers
|
- image: circleci/openjdk:11-jdk-stretch-node-browsers
|
||||||
steps:
|
steps:
|
||||||
|
- add_ssh_keys:
|
||||||
|
fingerprints:
|
||||||
|
- "85:2f:28:0f:b9:45:b8:f1:0f:c2:0a:1c:5e:4d:a2:06"
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /home/circleci/repo/public
|
at: /home/circleci/repo/public
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue