copy status page to allow for status examination in case of the deployment failing
parent
fd0132c937
commit
e00f134195
|
@ -12,6 +12,10 @@ echo "Setting permissions."
|
|||
chmod +x run-once-script.sh
|
||||
echo -ne "import os, sys\nif \"`sha256sum run-once-script.sh`\" == \"`cat ../run-once`\":\n print \"File has not changed. Aborting.\"\n sys.exit()\nelse:\n print \"File has changed. Calculating checksum...\"\n os.system(\"sha256sum run-once-script.sh > ../run-once\")\n print \"\"\"Executing...\n==========\"\"\"\n os.system(\"./run-once-script.sh\")\n print \"\"\"==========\nDone.\"\"\"" | python
|
||||
|
||||
echo "Replacing status page..."
|
||||
cp -v ./strassenkind.php /var/www/strassenkind.ip/index.php
|
||||
cp -v ./internal.css /var/www/strassenkind.ip/style.css
|
||||
echo "Done.
|
||||
|
||||
echo "==============================================================================
|
||||
Done."
|
||||
|
|
Loading…
Reference in New Issue