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:
parent
3f386077ae
commit
ad93ba18c0
3 changed files with 18 additions and 0 deletions
10
.github/workflows/deploy-fly.yml
vendored
Normal file
10
.github/workflows/deploy-fly.yml
vendored
Normal 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 }}" }
|
|
@ -23,6 +23,10 @@
|
|||
|
||||
### デプロイ
|
||||
|
||||
#### Fly.io
|
||||
|
||||
[`flyctl deploy`](https://fly.io/docs/speedrun/)
|
||||
|
||||
#### Heroku
|
||||
|
||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kou029w/daraz-san)
|
||||
|
|
4
fly.toml
Normal file
4
fly.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
app = "daraz-san-kou029w"
|
||||
|
||||
[build]
|
||||
builder = "cloudfoundry/cnb:base"
|
Loading…
Add table
Reference in a new issue