mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
chore: remove old web-proxy code
This is no longer used in our infra, and probably should never have been in this repo anyway Closes: PluralKit/PluralKit#511
This commit is contained in:
parent
6b14c50f09
commit
4d65237ee1
5 changed files with 0 additions and 127 deletions
19
.github/workflows/fly.yml
vendored
19
.github/workflows/fly.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
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