We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b3811 commit 143f192Copy full SHA for 143f192
1 file changed
.github/workflows/deploy_to_aws.yml
@@ -58,6 +58,7 @@ jobs:
58
export CHAINLIT_DB_URI="${DATABASE_URL}"
59
export DJANGO_SECRET_KEY='test'
60
export DJANGO_ADMIN_URL='admin/'
61
+ export CHAINLIT_AUTH_SECRET="0,uZEoYlN7auIrSf1F%7mm/6@n9:ubHDb36Z31L9vhY^2uzr4eiZGzQpMpK:%K,I"
62
63
# Pull the latest image
64
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.AWS_ECR_REPOSITORY_URL }}
0 commit comments