Skip to content

Commit

Permalink
cleaned up main.yml heroku section
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarrsm committed Sep 5, 2023
1 parent c93bea7 commit 0cc6eb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Download production-ready build files
uses: actions/download-artifact@v2
with:
Expand All @@ -66,7 +68,7 @@ jobs:
email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: jobjugglerapi
dockerfile_directory: ./
dockerfile_directory: ../
dockerfile_name: dockerfile
docker_options: "--no-cache"
process_type: web

0 comments on commit 0cc6eb3

Please sign in to comment.