1
0
Fork 0
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:
heyarne 2019-12-14 10:18:38 +01:00
commit ce8221192e

View file

@ -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