File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2020 access_token : ${{ github.token }}
2121 - uses : actions/checkout@v3
2222 - uses : superfly/flyctl-actions/setup-flyctl@master
23- - run : flyctl deploy --remote-only --depot=false -- config frontend.fly.toml
23+ - run : flyctl deploy --remote-only --config frontend.fly.toml
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import (
1212
1313 "github.com/openmultiplayer/web/app/services/authentication"
1414 "github.com/openmultiplayer/web/app/transports/api/auth"
15- "github.com/openmultiplayer/web/app/transports/api/docs"
1615 "github.com/openmultiplayer/web/app/transports/api/launcher"
1716 "github.com/openmultiplayer/web/app/transports/api/legacy"
1817 "github.com/openmultiplayer/web/app/transports/api/metrics"
@@ -27,7 +26,6 @@ func Build() fx.Option {
2726 return fx .Options (
2827 metrics .Build (),
2928 auth .Build (),
30- docs .Build (),
3129 legacy .Build (),
3230 servers .Build (),
3331 users .Build (),
You can’t perform that action at this time.
0 commit comments