noob trying to deploy a phoenix app to fly
when I try to add secrets via the CLI
fly secrets set DATABASE_URL="postgres://username:password@aws-0-us-west-1.pooler.supabase.com:6543/postgres"
I get back bash: !gRF44@aws: event not found
after some testing I discovered that the problem is the password which contains a symbol ‘!’
any suggestions on how to get around this?