From 41e65914e9b9e8f2317a350cb1be55447289f32c Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Mon, 19 Jan 2026 12:34:42 -0500 Subject: remove .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 16 ---------------- version/version.go | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .github/workflows/deploy.yml 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 }} diff --git a/version/version.go b/version/version.go index df23ddd..2397bae 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.11.0" +const Version = "0.11.1-dev.0" -- cgit v1.2.3