mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-31 06:07:59 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: superfly/flyctl-actions@1.0
|
||||
with: { args: deploy }
|
||||
- uses: actions/checkout@v3
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- run: flyctl deploy --local-only
|
||||
env:
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: npx sync-glitch-cli
|
||||
env:
|
||||
GH_REPO: "${{ github.repository }}"
|
||||
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
|
||||
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
- run: |
|
||||
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
||||
git push glitch origin/master
|
||||
|
|
|
@ -16,10 +16,9 @@
|
|||
"passport-http": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aws-serverless-express": "latest",
|
||||
"sync-glitch-cli": "latest"
|
||||
"aws-serverless-express": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue