Skip to content

Commit

Permalink
re-added dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarrsm committed Sep 4, 2023
1 parent 617a11a commit 72d69a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ jobs:


- name: Upload example-app build files
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
with:
name: example-app
path: example-app/target/*.jar

deploy:
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
name: Deploy to Heroku
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download production-ready build files
uses: actions/download-artifact@v3
Expand Down
Empty file added dockerfile
Empty file.

0 comments on commit 72d69a6

Please sign in to comment.