diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 2d2437e..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Deploy -on: - push: - branches: [main] -jobs: - test: - timeout-minutes: 60 - runs-on: ubuntu-22.04 # required for heroku deploy action - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - - uses: akhileshns/heroku-deploy@v3.13.15 # This is the action - with: - heroku_api_key: ${{ secrets.HEROKU_API_KEY }} - heroku_app_name: "twilio-mixologist" - heroku_email: ${{ secrets.EMAIL }}