From 5dd913d1cae3e6282372dcd4a60f409f248f2982 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Wed, 27 Dec 2023 17:10:36 +0100 Subject: [PATCH] update variable --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bec004f..b79b928 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ stages: - push - deploy +variables: + GL_TOKEN: $GL_TOKEN + deploy: stage: deploy script : sudo docker-compose --env-file /data/docker/compose-files/others.env -f /data/docker/compose-files/others.yml up -d