opencloset / volunteer

Web for opencloset volunteers
0 stars 0 forks source link

travis-ci 에서 build 할때에 private key 파일을 포함 #108

Closed aanoaa closed 6 years ago

aanoaa commented 6 years ago

google-private-key.json 은 google calendar api 를 사용하기 위해서 필요한 파일이고 공개되어서는 아니됩니다.

# Dockerfile
...
COPY google-private-key.json google-private-key.json

하지만 image 를 build 하기 위해서는 필요합니다. compose repo 에 해당 파일을 포함시키고 bind mount 를 활용하도록 하는 방안으로 변경해야 할 것 같습니다.

aanoaa commented 6 years ago

0cc5a099cb26d77c27cc1d2088ab7057fe45d59c