diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2026-01-19 12:34:42 -0500 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2026-01-19 12:35:07 -0500 |
| commit | 41e65914e9b9e8f2317a350cb1be55447289f32c (patch) | |
| tree | e94303d957bce9751916d912a5fedf8d07cf0981 /.github/workflows/deploy.yml | |
| parent | 0f403bbf04a2edef93e160f020120ccd3144158a (diff) | |
remove .github/workflows/deploy.yml
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 4083ad9..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: peach-deploy -on: - push: - tags: - - v0.* -jobs: - deploy: - name: deploy peach - runs-on: ubuntu-latest - environment: fly - steps: - - uses: actions/checkout@v2 - - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |
