mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
6 lines
210 B
Bash
Executable file
6 lines
210 B
Bash
Executable file
REPO_ROOT=$(dirname $(realpath $0))/..
|
|
|
|
# Export development environment shell configuration
|
|
export $(sh $REPO_ROOT/scripts/environment.sh)
|
|
|
|
docker push $DESKTOP_ENVIRONMENT_REGISTRY/desktop-environment:latest
|