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 8bd88a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ 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:
name: example-app
- name: ls
run: ls -la

- name: Build, Push and Release a Docker container to Heroku
uses: gonuit/[email protected]
Expand Down

0 comments on commit 8bd88a8

Please sign in to comment.