mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-16 21:08:30 +00:00
Enable debug logs on Fly.io
This commit is contained in:
parent
dabf42f48f
commit
0ef29eea4b
2 changed files with 3 additions and 2 deletions
4
.github/workflows/github-actions.yml
vendored
4
.github/workflows/github-actions.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
heroku_email: "nico@nicoburns.com"
|
||||
usedocker: true
|
||||
deploy_flyio:
|
||||
name: Deploy app
|
||||
name: Deploy to Fly.io
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
|
@ -56,4 +56,4 @@ jobs:
|
|||
- name: Setup flyctl
|
||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- name: Deploy to Fly.io
|
||||
run: flyctl deploy --remote-only
|
||||
run: flyctl deploy --remote-only
|
||||
|
|
1
fly.toml
1
fly.toml
|
@ -9,6 +9,7 @@ processes = []
|
|||
[env]
|
||||
HOST = "0.0.0.0"
|
||||
PORT = 3333
|
||||
RUST_LOG = "debug"
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
|
Loading…
Add table
Reference in a new issue