Browse Source

added shorthand static name for dev

Harlan Iverson 7 years ago
parent
commit
c0698c7429
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/env.sh

+ 2 - 0
scripts/env.sh

@@ -5,6 +5,7 @@
 ISPOOGE_MEDIA_PATH="$HOME/ispooge-media"
 
 IMAGE=ispooge-build
+# todo: IMAGE_DEV like STATIC
 NAME=ispooge.com-build
 DEV_PORT=33000
 STATIC_PORT=33080
@@ -16,3 +17,4 @@ HOSTS=ispooge.com
 
 NAME_STATIC=ispooge.com-static
 IMAGE_STATIC=docker-registry.local:5000/ispooge.com/ispooge-static:7
+IMAGE_STATIC_DEV=ispooge-static