-
Notifications
You must be signed in to change notification settings - Fork 148
Refactor circleci config #1524
Refactor circleci config #1524
Conversation
V20191104_0
Revert "V20191104_0"
…lopment Revert "Revert "V20191104_0""
* 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 | |||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
|
The |
No description provided.