-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(deploy): update version in deploy
- Loading branch information
1 parent
3dffb70
commit 8207e0b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |