mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Fixing deploy script.
This commit is contained in:
parent
96c9f801a9
commit
1b38e33bd3
1 changed files with 1 additions and 1 deletions
2
docker/prod/deploy.sh
vendored
2
docker/prod/deploy.sh
vendored
|
@ -37,7 +37,7 @@ export COMPOSE_DOCKER_CLI_BUILD=1
|
|||
export DOCKER_BUILDKIT=1
|
||||
|
||||
# Rebuilding docker
|
||||
docker-compose build
|
||||
docker build ../../ -f Dockerfile
|
||||
docker tag dev_lemmy:latest dessalines/lemmy:x64-$new_tag
|
||||
docker push dessalines/lemmy:x64-$new_tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue