You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 months ago | |
---|---|---|
src | 6 months ago | |
webroot | 6 months ago | |
.gitignore | 6 months ago | |
LICENSE | 6 months ago | |
README.md | 6 months ago | |
deployment-script.sh | 6 months ago | |
package-lock.json | 6 months ago | |
package.json | 6 months ago | |
webpack.config.js | 6 months ago |
README.md
Asteroids
BodgeMaster was here.
I set up web deployment for you. Still need to take care of the reverse proxy side of things, but the deployment should already be working.
About the files I added:
deployment-script.sh is being executed every time the updated project gets deployed. Deployment happens when you push to master. If you don’t need it, just leave it alone; deployment will fail without it.
webroot/ is the directory that is linked into the web server. You can either just put your files in there, or you can have the deployment script or some build process called by the deployment script put them there.