dotfiles/jobs/tidelift.sh
2022-10-04 15:51:20 -04:00

8 lines
86 B
Bash

#!/bin/bash
function pulldep() {
git pull
bundle
bundle exec rake db:migrate
}