Skip to content

Commit

Permalink
Add some extra info to diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 9, 2024
1 parent a6c3d94 commit e49f037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/cbiit-deploy-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "👉 Directory listing:"
ls

echo ""
echo "👉 What docker (and version) are we using"
echo "👉 What docker (and version) are we using on $USER@$WEBSERVER"
ssh -q $USER@$WEBSERVER "which docker ; docker --version" || exit 1

echo "🏃 Begin deployment to $WEBSERVER"
Expand Down
2 changes: 1 addition & 1 deletion support/cbiit-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "👉 Directory listing:"
ls

echo ""
echo "👉 What docker (and version) are we using"
echo "👉 What docker (and version) are we using on $USER@$WEBSERVER"
ssh -q $USER@$WEBSERVER "which docker ; docker --version" || exit 1

echo "🏃 Begin deployment to $WEBSERVER"
Expand Down

0 comments on commit e49f037

Please sign in to comment.