Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Conversation

@afshin-paydar
Copy link
Contributor

No description provided.

ashkanx and others added 30 commits September 17, 2019 09:09
* move build to circleci

* fix circleci config

* change base image to node

* try node 12.13.0 image

* try circleci node image

* update build command

* update docker image name

* rm travi
@@ -1,3 +1,3 @@
FROM nginx:alpine
COPY ./dist/compressed /usr/share/nginx/html/beta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to dynamic based on type of release

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dockerfile changed to dynamically load nginx location.

@msamprz
Copy link
Contributor

msamprz commented Apr 8, 2020

The npm_install job runs npm install which reads from package.json so the cache key check is set up correctly, however, I think it would be better if we switch to use npm ci which reads from package-lock.json. npm install updates packages to the latest "wanted" version instead of the exact version that was tested, which might not be good practice for a staging/production release config. Otherwise, LGTM.

@4p00rv 4p00rv merged commit 3e014d1 into binary-com:development Apr 10, 2020
4p00rv added a commit that referenced this pull request Apr 10, 2020
4p00rv added a commit that referenced this pull request Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants