From 2ee50ecd003480b5d480297c8dd42783b8c00345 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 19 Jun 2021 21:54:08 +0000 Subject: [PATCH] Fix environment definition. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eded893..e42449d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,9 @@ before_script: push_github: type: deploy - environment: github - url: github.com/jmhbnz/tooling + environment: + name: github + url: github.com/jmhbnz/tooling script: # Add a new remote for github - git remote add github git@github.com:jmhbnz/tooling.git