Skip to content

Commit

Permalink
trying with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan committed May 8, 2024
1 parent 8632058 commit 3615acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{ secrets.HEROKU_BACKEND_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
usedocker: false
healthcheck: false
jdk-version: '17'
deploybranch: 'main'
branch: 'main'
appdir: 'backend'
procfile: 'web: java -jar build/libs/*.jar --spring.profiles.active=prod'
procfile: 'web: java -jar build/libs/backend-1.0.0.jar --spring.profiles.active=prod'
10 changes: 0 additions & 10 deletions backend/docker/Dockerfile-backend

This file was deleted.

0 comments on commit 3615acf

Please sign in to comment.