Skip to content

Commit

Permalink
moving Procfile project root
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarrsm committed Aug 30, 2023
1 parent e9a1fe4 commit f1e6dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
path: db-scheduler-ui-backend/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
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: java -jar db-scheduler/target/db-scheduler-ui-backend-*.jar
1 change: 0 additions & 1 deletion db-scheduler-ui-backend/Procfile

This file was deleted.

0 comments on commit f1e6dbc

Please sign in to comment.