Commit ea06bbed authored by JunHyung An's avatar JunHyung An
Browse files

Add .env.production on .gitlab-ci.yml

parent 767b64fe
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ cache:
      policy: pull  # prevent subsequent jobs from modifying cache

before_script:
  # https://stackoverflow.com/a/75624610
  - cp ${PRODUCTION_ENV_FILE} .env.production
    # define cache dir & use it npm!
  - npm ci --cache node_modules/ --prefer-offline
#   # monorepo users: run secondary install actions