1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00

Fly.io 追加

This commit is contained in:
Nebel 2020-05-17 05:27:30 +09:00
parent 3f386077ae
commit ad93ba18c0
3 changed files with 18 additions and 0 deletions

10
.github/workflows/deploy-fly.yml vendored Normal file
View file

@ -0,0 +1,10 @@
name: deploy-fly
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions@1.0
with: { args: deploy }
env: { FLY_API_TOKEN: "${{ secrets.FLY_API_TOKEN }}" }

View file

@ -23,6 +23,10 @@
### デプロイ ### デプロイ
#### Fly.io
[`flyctl deploy`](https://fly.io/docs/speedrun/)
#### Heroku #### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kou029w/daraz-san) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kou029w/daraz-san)

4
fly.toml Normal file
View file

@ -0,0 +1,4 @@
app = "daraz-san-kou029w"
[build]
builder = "cloudfoundry/cnb:base"