mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 17:55:11 +00:00
Check out the latest tag on update
This commit is contained in:
parent
11ec4e1b8f
commit
e66bcb64a4
|
@ -41,8 +41,10 @@ you _may_ need to specify `--flavour`, in the same way as
|
||||||
Run as the `akkoma` user:
|
Run as the `akkoma` user:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Pull in new changes
|
# fetch changes
|
||||||
git pull
|
git fetch
|
||||||
|
# check out the latest tag
|
||||||
|
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)
|
||||||
|
|
||||||
# Run with production configuration
|
# Run with production configuration
|
||||||
export MIX_ENV=prod
|
export MIX_ENV=prod
|
||||||
|
|
Loading…
Reference in a new issue