blob: 901b34463bb091245b622752b59fad22fc990302 (
plain) (
tree)
|
|
#! /usr/bin/env bash
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
php bin/console wallabag:install --env=prod
|