mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(api): create api proxy/ratelimiting/metrics
This commit is contained in:
parent
de0d27e514
commit
b95f51fff4
11 changed files with 1157 additions and 0 deletions
19
.github/workflows/fly.yml
vendored
Normal file
19
.github/workflows/fly.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Deploy web proxy to Fly.io
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'services/web-proxy'
|
||||
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy app
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- run: (cd services/web-proxy && flyctl deploy)
|
||||
Loading…
Add table
Add a link
Reference in a new issue