Compare commits
No commits in common. "8d5471f937af9ee3116c17365cf492f756819149" and "ad959a570db3e51fc5740c86b849cc23b541a02d" have entirely different histories.
8d5471f937
...
ad959a570d
16
README.md
16
README.md
|
@ -1,18 +1,2 @@
|
|||
# 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](./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/](./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.
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Deployment script for repository \"web-deployment\"
|
||||
`date`
|
||||
=============================================================================="
|
||||
|
||||
# If there are any commands that need to be executed when deploying,
|
||||
# add them to this script. Feel free to make the commands really verbose
|
||||
# as this is also used for logging.
|
||||
|
||||
echo "==============================================================================
|
||||
Done."
|
Loading…
Reference in New Issue