1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-02-01 06:38:43 +00:00

Compare commits

..

No commits in common. "bb7da228f9b3d61647f35619f531055bf84afce5" and "d0ff52dadb11a0909ff5c99c28f76f9c11c7af98" have entirely different histories.

2 changed files with 15 additions and 0 deletions

13
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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 }}

View file

@ -1,3 +1,5 @@
# Quot # Quot
メモ帳 メモ帳
Demo: https://quot.fly.dev