mirror of
https://github.com/penpot/penpot.git
synced 2025-04-08 13:01:24 -05:00
📎 Minor changes on manage.sh script.
This commit is contained in:
parent
2c0a2ce750
commit
0f37c8ecbd
1 changed files with 3 additions and 4 deletions
|
@ -18,7 +18,7 @@ function build-devenv {
|
|||
popd;
|
||||
}
|
||||
|
||||
function publish-devenv {
|
||||
function push-devenv {
|
||||
docker push $DEVENV_IMGNAME:latest
|
||||
}
|
||||
|
||||
|
@ -226,9 +226,8 @@ case $1 in
|
|||
build-devenv ${@:2}
|
||||
;;
|
||||
|
||||
|
||||
publish-devenv)
|
||||
publish-devenv ${@:2}
|
||||
push-devenv)
|
||||
push-devenv ${@:2}
|
||||
;;
|
||||
|
||||
start-devenv)
|
||||
|
|
Loading…
Add table
Reference in a new issue