giddyup
giddyup copied to clipboard
Simple web application deployment with "git push"
Results
1
giddyup issues
Sort by
recently updated
recently updated
newest added
Hi, the giddyup script uses readlink, which has a different synopsis as under linux current (linux): HOOK="$(dirname $(readlink -f $0))/update-hook" on mac os x: HOOK="$(dirname $(readlink $0))/update-hook"