Skip to content

Commit 5be2ed5

Browse files
committed
#deploy-to-prod
1 parent 2a82ec9 commit 5be2ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_to_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
export DJANGO_SECRET_KEY='test'
6161
export DJANGO_ADMIN_URL='admin/'
6262
export CHAINLIT_AUTH_SECRET="0,uZEoYlN7auIrSf1F%7mm/6@n9:ubHDb36Z31L9vhY^2uzr4eiZGzQpMpK:%K,I"
63-
export FAILBOT_REDIRECT_URL="http://ec2-${{ secrets.AWS_EC2_PUBLIC_IP_WITH_DASHES }}.compute-1.amazonaws.com:8501/"
63+
export FAILBOT_REDIRECT_URL='${{ secrets.FAILBOT_REDIRECT_URL }}'
6464
6565
# Pull the latest image
6666
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.AWS_ECR_REPOSITORY_URL }}

0 commit comments

Comments
 (0)