mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Stop trying to deploy to Fly.io in publish step
I'm keeping the artifact around as I think I'll download it regularly from my gemini server, and update the capsule there. I'd like webhooks, but I haven't figured that out yet.
This commit is contained in:
parent
e3fdcc036e
commit
4495912e08
1 changed files with 0 additions and 20 deletions
20
.github/workflows/publish.yml
vendored
20
.github/workflows/publish.yml
vendored
|
@ -141,23 +141,3 @@ jobs:
|
||||||
cid: ${{ steps.Publish.outputs.cid }}
|
cid: ${{ steps.Publish.outputs.cid }}
|
||||||
token: ${{ secrets.CLOUDFLARE_TOKEN }}
|
token: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||||
zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||||
|
|
||||||
gemini-deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: build
|
|
||||||
steps:
|
|
||||||
- name: Prepare for Fly deployment (Gemini)
|
|
||||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: capsule
|
|
||||||
path: ./public
|
|
||||||
- name: Extract Github Pages artifact
|
|
||||||
working-directory: ./public
|
|
||||||
run: tar -xf ./artifact.tar
|
|
||||||
- name: Deploy Gemini site
|
|
||||||
run: flyctl deploy --remote-only
|
|
||||||
env:
|
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in a new issue