Skip to content

Instantly share code, notes, and snippets.

@olizilla
Created May 23, 2017 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olizilla/c7a1752d4ec96fcde006e664a8be3668 to your computer and use it in GitHub Desktop.
Save olizilla/c7a1752d4ec96fcde006e664a8be3668 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /home/cotech/sites
git stash
git pull
rm -rf web/wp
composer update
cd web/app/themes/coop-tech-oowp-theme
composer update
npm install
nodejs ./node_modules/gulp/bin/gulp.js
cd ../../..
wp core update-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment