Compare commits

...

2 Commits

Author SHA1 Message Date
db920e91f9 Diagnostics for deploy script
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 28s
2024-02-14 12:47:39 -08:00
a492c4ad84 Apply strip-private to compare 2024-02-14 12:47:23 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ jobs:
username: ${{ vars.SSH_USERNAME_WIZARD }}
key: ${{ secrets.SSH_KEY_DEPLOY_TO_WIZARD }}
script: |
/bin/vbash show configuration
echo $SHELL

View File

@ -59,7 +59,7 @@ then
exit
else
{ # compare, try commit, save, exit
compare
compare | strip-private
commit && save && exit
} || { # catch, exit discard and print a very basic error message
exit discard