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 | |
| parent | 0f403bbf04a2edef93e160f020120ccd3144158a (diff) | |
remove .github/workflows/deploy.yml
| -rw-r--r-- | .github/workflows/deploy.yml | 16 | ||||
| -rw-r--r-- | version/version.go | 2 |
2 files changed, 1 insertions, 17 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 }} 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" |
