update git in deploy

This commit is contained in:
2021-11-14 19:48:44 +01:00
parent 1e639e90a4
commit d544a37609

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
git checkout production && git pull main && git push && git checkout main git checkout production && git pull origin main && git push && git checkout main
cd deployment cd deployment