Skip to content

Commit

Permalink
Update dev-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenham authored Oct 25, 2024
1 parent 29b18d8 commit 44399ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "Checking if 'freeze-auto-deployments' file exists and conditionally stashing and pulling"
ssh -o StrictHostKeyChecking=no [email protected] "
if [ ! -f /var/www/dev/freeze-auto-deployments ]; then
echo 'No freeze-auto-deployments file found. Proceeding with stash and pull.'
echo 'No freeze-auto-deployments file found. Proceeding with stash and pull."
echo \"$(date) ----------------------------------------- begin auto deployment"
echo \"$(date) - No freeze-auto-deployments file found. Stashing and pulling.\" >> /var/www/dev/auto-deployments.log
cd /var/www/dev/;
Expand All @@ -42,7 +42,7 @@ jobs:
git pull --ff-only >> /var/www/dev/auto-deployments.log 2>&1;
echo \"$(date) ----------------------------------------- end auto deployment"
else
echo 'freeze-auto-deployments file exists. Skipping stash and pull.'
echo 'freeze-auto-deployments file exists. Skipping stash and pull."
echo \"$(date) - freeze-auto-deployments file exists, auto deployment skipped.\" >> /var/www/dev/auto-deployments.log
fi
"

0 comments on commit 44399ed

Please sign in to comment.