diff --git a/.deployment/cd.sh b/.deployment/cd.sh index be670e39..6a58121a 100644 --- a/.deployment/cd.sh +++ b/.deployment/cd.sh @@ -1,5 +1,7 @@ #!/bin/sh +git switch master || git switch -c master + echo 🔧 Install Rust curl https://sh.rustup.rs -sSf | sh -s -- -y export PATH=$PATH:/opt/buildhome/.cargo/bin