Skip to content

Commit

Permalink
allow resuming site deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 22, 2023
1 parent 74b5e15 commit 371b5e3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions site/deploy.ua
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
✅ ← ⍤⊃⋅∘≍0

&cd "site"
✅&runi {"git" "checkout" "site" "-f"}
✅&runi {"git" "reset" "--hard" "origin/site"}
✅&runi {"git" "rebase" "main"}
¬∊ □"resume" &args
⍥(
&cd "site"
✅&runi {"git" "checkout" "site" "-f"}
✅&runi {"git" "reset" "--hard" "origin/site"}
✅&runi {"git" "rebase" "main"}
)
✅&runi {"trunk" "build" "--release"}
✅&runi {"git" "add" "--all"}
✅&runi {"git" "commit" "--amend" "--no-edit"}
Expand Down

0 comments on commit 371b5e3

Please sign in to comment.