Skip to content

Commit

Permalink
Delete sleep delay before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bydzen committed Nov 25, 2023
1 parent 7bf45ed commit 4a378b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wrangler
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
echo "Deploy to: sultankautsar"
read -p "Commit message: " commitMessage
sleep 2
echo "Deploy directory public/ and commit message $commitMessage"
wrangler pages deploy public/ --project-name "sultankautsar" --commit-message "$commitMessage"

0 comments on commit 4a378b7

Please sign in to comment.