We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bbd15 commit 901230fCopy full SHA for 901230f
README.md
@@ -1,3 +1,6 @@
1
+
2
+
3
4
# docker-compose-multiple-apps-heroku-deploy - GitHub Action
5
6
A simple action to build multiple docker images using docker-compose, push and deploy your apps to Heroku Applications
package.json
@@ -6,7 +6,7 @@
"scripts": {
7
"lint": "eslint index.js",
8
"build": "npx @zeit/ncc build index.js",
9
- "test": "eslint app.js && jest"
+ "test": "eslint index.js && jest"
10
},
11
"repository": {
12
"type": "git",
0 commit comments