Skip to content

Instantly share code, notes, and snippets.

@heliostatic
Last active May 10, 2019 13:37
Show Gist options
  • Save heliostatic/4099cc3070ad45ebd909b13aeed925fa to your computer and use it in GitHub Desktop.
Save heliostatic/4099cc3070ad45ebd909b13aeed925fa to your computer and use it in GitHub Desktop.
mastodon docker justfile
fetch:
git fetch
update VERSION:
git stash
git checkout v{{VERSION}}
git stash pop
sed 's/:v[0-9]\.[0-9]\.[0-9]/:v{{VERSION}}/g' docker-compose.yml
restart:
docker-compose up -d
migrate:
docker-compose run --rm web rails db:migrate
@heliostatic
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment