diff --git a/deploy.sh b/deploy.sh index d04282f..a4eae4c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/bash -echo "DEPLOYING TO STAGING" -flyctl deploy -a teno-voice-staging \ No newline at end of file +echo "DEPLOYING TO PRODUCTION" +flyctl deploy -a teno-voice \ No newline at end of file