Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Jul 26, 2021
1 parent 9bcbe33 commit d3d42f7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions functions/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,5 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
&& unzip awscliv2.zip \
&& ./aws/install

# ARG AWS_ACCESS_KEY_ID
# ARG AWS_SECRET_ACCESS_KEY
# ARG AWS_DEFAULT_REGION

# get secrets from s3 bucket
# RUN mkdir -p /secrets \
# && cd /secrets \
# && aws s3 sync s3://atoz-technology-mantil-secrets /secrets \
# && mkdir -p /root/.aws \
# && cp /secrets/atoz/config /root/.aws \
# && cp /secrets/atoz/credentials /root/.aws

# ENV AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
# ENV AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
# ENV AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION

COPY deploy /var/task/
CMD [ "deploy" ]

0 comments on commit d3d42f7

Please sign in to comment.