Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorb84 authored Dec 20, 2023
1 parent 1e2752a commit 83f2f1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: ls
- name: Build, Push and Deploy to Heroku #set the whatever name you want to this step
id: heroku
uses: jctaveras/[email protected] # use the latest version of the action
with:
email: ${{ secrets.HEROKU_EMAIL }} # your heroku email
api_key: ${{ secrets.HEROKU_API_KEY }} # your heroku api key
app_name: ${{ secrets.HEROKU_APP_NAME }} # you aplication name
dockerfile_path: . # set the path to the folder wher the Dokerfile is located
dockerfile: . # set the path to the folder wher the Dokerfile is located

0 comments on commit 83f2f1f

Please sign in to comment.