mirror of
https://github.com/kou029w/quot.git
synced 2025-01-18 08:05:08 +00:00
Delete deploy.yml
This commit is contained in:
parent
9a3062e5cf
commit
bb7da228f9
1 changed files with 0 additions and 13 deletions
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
|
@ -1,13 +0,0 @@
|
|||
name: deploy
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- run: flyctl deploy --local-only
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
Loading…
Add table
Reference in a new issue