Skip to content

Commit

Permalink
Update flyboot.sh
Browse files Browse the repository at this point in the history
flyctl launch resets internal_port to 3000 so we need to avoid using it
We'll use flyctl apps create -a appname to check for availability before running directly flyctl deploy
  • Loading branch information
psonnera authored Sep 17, 2023
1 parent 0505f57 commit f1e0fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_static/flyboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
#
######################################################################################################
git clone https://github.com/nightscout/cgm-remote-monitor;cd cgm-remote-monitor;cat > fly.toml << "EOF"
app = "nightscout"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
PORT = "1337"
[experimental]
allowed_public_ports = []
auto_rollback = true
Expand Down

0 comments on commit f1e0fd1

Please sign in to comment.