mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
Adding a deploy script.
This commit is contained in:
parent
d5606d7726
commit
171d9472ca
1 changed files with 3 additions and 0 deletions
3
docker/dev/deploy.sh
vendored
3
docker/dev/deploy.sh
vendored
|
@ -18,6 +18,9 @@ git add ../prod/docker-compose.yml
|
||||||
# The commit
|
# The commit
|
||||||
git commit -m"Upping version."
|
git commit -m"Upping version."
|
||||||
|
|
||||||
|
git push origin $new_tag
|
||||||
|
git push
|
||||||
|
|
||||||
# Rebuilding docker
|
# Rebuilding docker
|
||||||
./docker_update.sh
|
./docker_update.sh
|
||||||
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
|
docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
|
||||||
|
|
Loading…
Reference in a new issue