Skip to content

Instantly share code, notes, and snippets.

@bastman
Created November 29, 2012 07:01
Show Gist options
  • Save bastman/4167287 to your computer and use it in GitHub Desktop.
Save bastman/4167287 to your computer and use it in GitHub Desktop.
deployw9
#!/bin/bash
CMD_DIR=`dirname $0`
ssh [email protected] '
cd deploy ;
./sync_app.sh'
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment