Skip to content

Commit

Permalink
feature(deploy): update version in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
valerylobachev committed Jul 18, 2023
1 parent 3dffb70 commit 8207e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/demo-ignition.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export BACKEND_VERSION="0.5.0"
export BACKEND_VERSION="0.5.1"
docker run -it --network "annette_default" \
-e JAVA_OPTS='-Dconfig.file=/opt/docker/conf/application.demo.conf' \
annetteplatform/demo-ignition:$BACKEND_VERSION
4 changes: 2 additions & 2 deletions deploy/docker/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

export FRONTEND_VERSION="0.5.0"
export BACKEND_VERSION="0.5.0"
export FRONTEND_VERSION="0.5.1"
export BACKEND_VERSION="0.5.1"
docker-compose --project-name annette up -d

0 comments on commit 8207e0b

Please sign in to comment.