Skip to content

Add prompt if the rider is unassigning a delivery today (#375) #381

Add prompt if the rider is unassigning a delivery today (#375)

Add prompt if the rider is unassigning a delivery today (#375) #381

name: Deploy Production
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# Notify honeybadger about the deploy
- uses: honeybadger-io/github-notify-deploy-action@v1
with:
api_key: ${{ secrets.HONEYBADGER_API_KEY }}