From ef72bb8d9b6b8ec8fc9711eb7abf6368eec91f3f Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 9 Oct 2024 14:16:50 -0600 Subject: [PATCH] added gitlab ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cad074..e8f0317 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -316,4 +316,5 @@ deploy:development: - docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY} - docker stack deploy --with-registry-auth -c docker-compose.dev.yml webui when: manual - allow_failure: false \ No newline at end of file + allow_failure: false + \ No newline at end of file