summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
blob: 123e0818f810f878067f274cb88f76582f7149e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: peach-deploy
on:
  push:
    branches:
      - main
    tags:
      - v0.*
env:
  FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
  deploy:
      name: deploy peach
      runs-on: ubuntu-latest
      steps:
        - uses: actions/checkout@v2
        - uses: superfly/flyctl-actions/setup-flyctl@master
        - run: flyctl deploy --remote-only