1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-31 22:27:59 +00:00

Compare commits

..

No commits in common. "7ff9463444e155f095980912acdac75e589a50af" and "517d6977483807583ef32ba3e6c0711cf17e2370" have entirely different histories.

3 changed files with 11 additions and 11 deletions

View file

@ -4,8 +4,8 @@ jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master - uses: superfly/flyctl-actions@1.0
- run: flyctl deploy --local-only with: { args: deploy }
env: env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

View file

@ -6,9 +6,8 @@ jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - run: npx sync-glitch-cli
with: env:
fetch-depth: "0" GH_REPO: "${{ github.repository }}"
- run: | GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}" GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
git push glitch origin/master

View file

@ -16,9 +16,10 @@
"passport-http": "latest" "passport-http": "latest"
}, },
"devDependencies": { "devDependencies": {
"aws-serverless-express": "latest" "aws-serverless-express": "latest",
"sync-glitch-cli": "latest"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=12"
} }
} }