Move credentials file elsewher

Less risk of it being accidentally committed or wiped out by git clean.
This commit is contained in:
Kris De Volder
2016-11-18 15:26:12 -08:00
parent 58ec754699
commit ab55593628
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ resources:
type: git
source:
uri: git@github.com:spring-projects/sts4.git
branch: concourse
branch: master
username: kdvolder
private_key: {{rsa_id}}
paths:
@@ -12,7 +12,7 @@ resources:
type: git
source:
uri: git@github.com:spring-projects/sts4.git
branch: concourse
branch: master
private_key: {{rsa_id}}
- name: docker-image
type: docker-image

View File

@@ -1,2 +1,2 @@
#!/bin/bash
fly -t tools set-pipeline --load-vars-from credentials.yml -p sts4 -c pipeline.yml
fly -t tools set-pipeline --load-vars-from ${HOME}/.sts4-concourse-credentials.yml -p sts4 -c pipeline.yml