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 efab53c commit b22f011Copy full SHA for b22f011
Aptfile
@@ -6,3 +6,4 @@ xfonts-scalable
6
xfonts-cyrillic
7
libxfont1
8
libnotify4
9
+libxss1
README.md
@@ -22,4 +22,5 @@ heroku buildpacks:add --index 2 https://github.com/captain401/heroku-buildpack-x
22
heroku buildpacks:add --index 3 https://github.com/benschwarz/heroku-electron-buildpack.git &&
23
heroku buildpacks:add --index 4 https://github.com/heroku/heroku-buildpack-nodejs.git`
24
```
25
-
+- `git push heroku master`
26
+- `heroku scale:ps web=0 worker=1`
0 commit comments