From 748c0d70f9e4fa0c75f19fe13444bd302f89750a Mon Sep 17 00:00:00 2001 From: pcain-usgs <pcain@usgs.gov> Date: Mon, 19 Oct 2020 11:01:00 -0600 Subject: [PATCH] Set deploy directory and prefix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e52ef86c..9267e8cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,8 +117,8 @@ variables: - git pull --ff-only "${CI_REPOSITORY_URL}" "${CI_COMMIT_REF_NAME}"; stage: deploy variables: - APP_DEPLOY_DIR: '' - REQUIRED_PREFIX: '/efs/www/apps/' + APP_DEPLOY_DIR: '/home/geomag_user/geomag-algorithms' + REQUIRED_PREFIX: '/home/geomag_user/geomag-algorithms' CI_REPOSITORY_URL: 'https://code.usgs.gov/ghsc/geomag/geomag-algorithms' -- GitLab