Skip to content

Commit

Permalink
Merge pull request #5106 from artsy/add-cdn-urls
Browse files Browse the repository at this point in the history
Move cdn envs to docker image
  • Loading branch information
zephraph committed Feb 23, 2020
2 parents 3be60b6 + e9c0697 commit 61890cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -2,6 +2,8 @@ FROM node:12.14-alpine

WORKDIR /app

ENV CDN_PRODUCTION_URL=https://d1s2w0upia4e9w.cloudfront.net CDN_STAGING_URL=https://d1rmpw1xlv9rxa.cloudfront.net

# Install system dependencies
# Add deploy user
RUN apk --no-cache --quiet add \
Expand Down
2 changes: 0 additions & 2 deletions hokusai/test.yml
Expand Up @@ -8,6 +8,4 @@ services:
environment:
- CI=true
- CIRCLE_NODE_INDEX
- CDN_PRODUCTION_URL
- CDN_STAGING_URL
env_file: ../.env.test

0 comments on commit 61890cc

Please sign in to comment.