We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f0019 commit ae0edddCopy full SHA for ae0eddd
bin/shtool.sh
@@ -95,6 +95,8 @@ function deploy #description 'Deploy an specific service'
95
# Pull latest images
96
echo "📥 Pulling latest images for $app_name..."
97
docker compose pull
98
+
99
+ docker compose exec -ti manager printenv
100
101
# Stop the existing container(s) gracefully
102
echo "🛑 Stopping existing $app_name containers..."
0 commit comments