mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
📎 Minor changes on manage.sh script.
This commit is contained in:
committed by
Alonso Torres
parent
2c0a2ce750
commit
0f37c8ecbd
@@ -18,7 +18,7 @@ function build-devenv {
|
|||||||
popd;
|
popd;
|
||||||
}
|
}
|
||||||
|
|
||||||
function publish-devenv {
|
function push-devenv {
|
||||||
docker push $DEVENV_IMGNAME:latest
|
docker push $DEVENV_IMGNAME:latest
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -226,9 +226,8 @@ case $1 in
|
|||||||
build-devenv ${@:2}
|
build-devenv ${@:2}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
push-devenv)
|
||||||
publish-devenv)
|
push-devenv ${@:2}
|
||||||
publish-devenv ${@:2}
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
start-devenv)
|
start-devenv)
|
||||||
|
|||||||
Reference in New Issue
Block a user