diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 02f1623b..09089275 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,23 +141,3 @@ jobs: cid: ${{ steps.Publish.outputs.cid }} token: ${{ secrets.CLOUDFLARE_TOKEN }} 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 }}