Skip to content

Commit e2af193

Browse files
committed
re-enable dpot usage again
1 parent 4451805 commit e2af193

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
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

app/transports/api/api.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)