Skip to content

Fix instructions for mounting Sprite over SSHFS #226

Fix instructions for mounting Sprite over SSHFS

Fix instructions for mounting Sprite over SSHFS #226

Workflow file for this run

name: Preview Cleanup
on:
pull_request:
types: [closed]
env:
FLY_API_TOKEN: ${{ secrets.FLY_PREVIEW_API_TOKEN }}
permissions:
contents: read
pull-requests: write
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Setup flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Destroy preview app
run: |
flyctl apps destroy "pr-${{ github.event.number }}-superfly-sprites-docs" \
--org ${{ vars.FLY_PREVIEW_ORG }} \
--force || true