mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-31 14:18:00 +00:00
Compare commits
No commits in common. "7ff9463444e155f095980912acdac75e589a50af" and "517d6977483807583ef32ba3e6c0711cf17e2370" have entirely different histories.
7ff9463444
...
517d697748
3 changed files with 11 additions and 11 deletions
6
.github/workflows/deploy-fly.yml
vendored
6
.github/workflows/deploy-fly.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- run: flyctl deploy --local-only
|
||||
- uses: actions/checkout@v2
|
||||
- uses: superfly/flyctl-actions@1.0
|
||||
with: { args: deploy }
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
|
|
11
.github/workflows/sync-glitch.yml
vendored
11
.github/workflows/sync-glitch.yml
vendored
|
@ -6,9 +6,8 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
- run: |
|
||||
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
||||
git push glitch origin/master
|
||||
- run: npx sync-glitch-cli
|
||||
env:
|
||||
GH_REPO: "${{ github.repository }}"
|
||||
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
|
||||
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
|
||||
|
|
|
@ -16,9 +16,10 @@
|
|||
"passport-http": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aws-serverless-express": "latest"
|
||||
"aws-serverless-express": "latest",
|
||||
"sync-glitch-cli": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue