Skip to content

Commit

Permalink
remove main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nestrada2 committed Feb 12, 2024
1 parent 422b94c commit cf70621
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Deploy

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: 2e00f265-e8c3-4e42-8936-283e8783e83a
heroku_app_name: "rooster-search" #Must be unique in Heroku
heroku_email: "[email protected]"
#name: Deploy
#
#on:
# push:
# branches:
# - main
#
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: akhileshns/[email protected] # This is the action
# with:
# heroku_api_key: 2e00f265-e8c3-4e42-8936-283e8783e83a
# heroku_app_name: "rooster-search" #Must be unique in Heroku
# heroku_email: "[email protected]"

0 comments on commit cf70621

Please sign in to comment.