-
Notifications
You must be signed in to change notification settings - Fork 2
Remote repo configuration #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/enable-cookie-store-at-request-level
Are you sure you want to change the base?
Remote repo configuration #6
Conversation
- Added dockerfile to deploy to remote repository
f988697
to
33e0893
Compare
94f01eb
to
6fd3da9
Compare
f316091
to
268cb2a
Compare
f8a8e16
to
59526e7
Compare
1fac2dc
to
7c53d33
Compare
29239a4
to
92c4c5a
Compare
dd261a8
to
0129913
Compare
844ce71
to
b246b92
Compare
Dockerfile
Outdated
# Read repo args | ||
ARG VERSION | ||
ARG AWS_DEFAULT_REGION | ||
ARG AWS_ACCESS_KEY_ID |
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.
are these args still needed? if they're being passed as runtime env vars can remove from here
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.
yeah forgot again. removed now
Dockerfile
Outdated
ENV REPO_URL=${REPO_URL} | ||
ENV VERSION=${VERSION} | ||
ENV AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION} | ||
ENV AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} |
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.
don't need to assign here since its not available at build time
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.
Agree. Stripped down all unwanted args and envs.
Purpose
Approach
flatten
plugin to make sure a flattened version of pom files are published to remote