Skip to content

Instantly share code, notes, and snippets.

View erikvw's full-sized avatar

Erik van Widenfelt erikvw

  • Austin
View GitHub Profile
@erikvw
erikvw / update_edc.sh
Last active March 10, 2020 05:09
Update a clinicedc deployment
migrate=""
update_permissions=""
update_ubuntu=""
green=`tput setaf 2`
reset=`tput sgr0`
eval "$(conda shell.bash hook)"
read -p "Version? [master]" version
if [ "${version}" = "" ]; then
@erikvw
erikvw / release.sh
Last active May 16, 2022 16:14
Cut a release with gitflow and upload to PyPi
#!/bin/bash
echo ""
echo "Cut a release with gitflow and upload to PyPi."
echo "$PWD"
# show git status
echo ""
echo "* git status"
echo "-----------------------------------------"