mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-31 14:18:00 +00:00
Compare commits
5 commits
517d697748
...
7ff9463444
Author | SHA1 | Date | |
---|---|---|---|
7ff9463444 | |||
7f8734f65d | |||
633849fad6 | |||
6a39a5f094 | |||
52e431a6a0 |
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:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: superfly/flyctl-actions@1.0
|
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||||
with: { args: deploy }
|
- run: flyctl deploy --local-only
|
||||||
env:
|
env:
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
|
|
11
.github/workflows/sync-glitch.yml
vendored
11
.github/workflows/sync-glitch.yml
vendored
|
@ -6,8 +6,9 @@ jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: npx sync-glitch-cli
|
- uses: actions/checkout@v3
|
||||||
env:
|
with:
|
||||||
GH_REPO: "${{ github.repository }}"
|
fetch-depth: "0"
|
||||||
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
|
- run: |
|
||||||
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
|
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
||||||
|
git push glitch origin/master
|
||||||
|
|
|
@ -16,10 +16,9 @@
|
||||||
"passport-http": "latest"
|
"passport-http": "latest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aws-serverless-express": "latest",
|
"aws-serverless-express": "latest"
|
||||||
"sync-glitch-cli": "latest"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue