Skip to content

Commit

Permalink
Fix: env loading
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Jan 20, 2024
1 parent 72897b3 commit 4b9ae47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --

sudo mkdir -p /etc/nginx/conf.d && sudo mv nginx.conf /etc/nginx/ && sudo mv conf.d/website-blog.conf /etc/nginx/conf.d/

echo "Hello World"

echo $AWS_REGION

echo "Hello World 2"

echo $SSL_PRIVATE_KEY

sudo mkdir -p /etc/nginx/certs && echo -e $SSL_PRIVATE_KEY > /etc/nginx/certs/blog.live.domain.name.key && echo -e $SSL_PUBLIC_KEY > /etc/nginx/certs/blog.live.domain.name.cert
Expand Down

0 comments on commit 4b9ae47

Please sign in to comment.