Skip to content

Commit d23844b

Browse files
Merge pull request #21 from topcoder-platform/PROD-2033_hosted-api
PROD-2033 fix s3 path to .env
2 parents 83b2c0f + 776abf8 commit d23844b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ pipeline {
100100
mv buildenvvarg deployenvvarg
101101
echo "Fetching Buildvar"
102102
./buildenv.sh -e ${DEPLOY_ENV} -b ${LOGICAL_ENV}-${APPNAME}-buildvar
103-
aws s3 cp s3://tc-platform-${DEPLOY_ENV}/securitymanager/${DEPLOY_ENV}-freecodecamp.env ./.env
103+
echo "DEPLOY_ENV" ${DEPLOY_ENV}
104+
echo "LOGICAL_ENV" ${LOGICAL_ENV}
105+
aws s3 cp s3://tc-platform-${LOGICAL_ENV}/securitymanager/${LOGICAL_ENV}-freecodecamp.env ./.env
104106
"""
105107
load 'awsenvconfg'
106108
load 'deployenvvarg'

0 commit comments

Comments
 (0)