Update publish scripts
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
git checkout production \
|
||||
&& git rebase master \
|
||||
&& git push \
|
||||
&& git checkout master
|
||||
Reference in New Issue
Block a user