Skip to content

Commit

Permalink
add test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 5, 2024
1 parent ce9b820 commit a9732c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-yamls/js-test-app-buildpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
type: web
port: 3000
build:
context: ./
context: ./js-test-app
method: pack
builder: heroku/buildpacks:20
buildpacks:
Expand Down
3 changes: 1 addition & 2 deletions test-yamls/js-test-app-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ services:
type: web
port: 3000
build:
context: ./
context: ./js-test-app
method: docker
dockerfile: ./docker/Dockerfile
version: v2
predeploy:
run: ls
2 changes: 1 addition & 1 deletion test-yamls/next-test-app-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
predeploy:
run: ls
build:
context: ./
context: ./next-test-app
method: docker
dockerfile: ./Dockerfile

0 comments on commit a9732c9

Please sign in to comment.