Add gitlab to the remotes to push.
This commit is contained in:
parent
2dac8439fd
commit
f869d9b7da
|
@ -15,7 +15,7 @@ async function main(): Promise<void> {
|
||||||
Deno.exit(0);
|
Deno.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
const remotesToPush = ["origin", "github"];
|
const remotesToPush = ["origin", "github", "gitlab"];
|
||||||
for (const remote of availableRemotes) {
|
for (const remote of availableRemotes) {
|
||||||
if (remotesToPush.includes(remote)) {
|
if (remotesToPush.includes(remote)) {
|
||||||
await gitPush(remote, args);
|
await gitPush(remote, args);
|
||||||
|
|
Loading…
Reference in New Issue