Created
November 14, 2019 02:06
-
-
Save mikegreen/5ac350fa5a5475f0d7c36348d58587e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# supports https://docs.google.com/document/d/1N-5cyHh2YYwvtq5ntw0lKZ4MH_YvVatVqAd3nKu_9-Y/edit?usp=sharing | |
cd /home/ec2-user/forum-work/pnp_forum | |
git pull | |
sudo rm -r -f /var/www/html/forum/cache/ | |
sudo cp -r ./ /var/www/html/forum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment