Use shorter prefix for branch names

This commit is contained in:
Oliver Davies 2021-04-18 16:31:18 +01:00
parent 2d1a5d682a
commit c52b1f4f90

View file

@ -12,4 +12,4 @@ if (in_array($currentBranch, ['develop', 'main', 'master', 'staging', 'productio
exit(1); exit(1);
} }
exec("git push -u origin $currentBranch:opdavies-{$currentBranch}"); exec("git push -u origin $currentBranch:opd-{$currentBranch}");