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 2019bdc commit 63b5908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
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_path: . # set the path to the folder wher the Dokerfile is located

0 comments on commit 63b5908

Please sign in to comment.