Skip to content

Commit

Permalink
set back to 1 minute from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
leftyfb committed Apr 13, 2024
1 parent dfed4bf commit fcae4b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ while true; do
else
echo -e "We are not running the lastest successful merge\nChecking out ${latest_remote_merge_commit}"
cd ${staging_dir}
git pull
git checkout ${latest_remote_merge_commit} >/dev/null 2>&1
fi

echo "Checking again in 1 minute..."
sleep 10
sleep 60
done

0 comments on commit fcae4b7

Please sign in to comment.