Skip to content

Instantly share code, notes, and snippets.

@lachlanagnew
Created February 20, 2019 01:26
Show Gist options
  • Save lachlanagnew/be7f67f429928480599054f055ffdba3 to your computer and use it in GitHub Desktop.
Save lachlanagnew/be7f67f429928480599054f055ffdba3 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Copying files to /var/www/html"
sudo cp -R * /var/www/html
sudo nginx -s reload
echo "NGINX restarted"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment