Make deployment switch branch from HEAD to master

This commit is contained in:
Keavon Chambers
2021-12-16 03:21:52 -08:00
parent ab049db98f
commit 37be856884
+2
View File
@@ -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