update git in deploy

This commit is contained in:
Kasper Juul Hermansen 2021-11-14 19:48:44 +01:00
parent 1e639e90a4
commit d544a37609
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -1,6 +1,6 @@
#!/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