Skip to content

Instantly share code, notes, and snippets.

View gmoretti's full-sized avatar
🎷
geeking

Giuseppe gmoretti

🎷
geeking
View GitHub Profile
@gmoretti
gmoretti / tag_diff_deploy.sh
Last active July 1, 2019 13:46
Deploys to AWS the changed files between the last two tags matching a regex
#!/bin/bash
# Consider using a alias to this script
# alias statics="sh /path/to/script/tag_diff_deploy.sh"
set -e
echo "This should run inside a GIT repo."
echo "Have you tagged last package?"