Skip to content

Commit

Permalink
chore: fly.io deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 16, 2023
1 parent 2b79add commit 072d0bf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: deploy

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -a wsa-tollbooth
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"qrcode": "^1.5.3",
"resend": "^0.17.1",
"sass": "^1.63.6",
"sharp": "^0.32.3",
"simple-git-hooks": "^2.8.1",
"std-env": "^3.3.3",
"superjson": "^1.12.4",
Expand Down
31 changes: 3 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 072d0bf

Please sign in to comment.