Skip to content

Commit

Permalink
added the heroku.yml file to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 26, 2024
1 parent 7a8f6b8 commit 439be22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

# Copy heroku.yml to the root directory
#Trying to get this file to change so I can make a commit
#- name: Copy heroku.yml to root
# run: cp ./code/heroku.yml ./
- name: Copy heroku.yml to root
run: cp ./code/heroku.yml ./

# Set up Docker Buildx (optional, but recommended for multi-platform builds)
- name: Set up Docker Buildx
Expand Down
3 changes: 3 additions & 0 deletions code/heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
docker:
web: Dockerfile

0 comments on commit 439be22

Please sign in to comment.