Skip to content

Commit

Permalink
fix: change email for let's encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed May 23, 2018
1 parent dad40c6 commit ccebf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONTAINER_NAME="$CURRENCY-universal-pool-list"
VIRTUAL_HOST="$CURRENCY-pools.morin.io,$CURRENCY-pools.containers"
VIRTUAL_PORT=8888
LETSENCRYPT_HOST="$CURRENCY-pools.morin.io"
LETSENCRYPT_EMAIL="$CURRENCY-[email protected]"
LETSENCRYPT_EMAIL="[email protected]"
BASE_URL="https://$LETSENCRYPT_HOST"
echo "deploying $CONTAINER_NAME"
Expand Down

0 comments on commit ccebf37

Please sign in to comment.