Skip to content

Commit

Permalink
test s3 helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed May 16, 2024
1 parent 1c1f92b commit 8e5f078
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,11 +1054,19 @@ Publish Helm Chart S3:
key: $CI_JOB_NAME-$CACHE_VERSION
paths:
- deploy/helm/chart-repo
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
TEST_VAR: $AWS_ACCESS_KEY_ID
AWS_DEFAULT_REGION: ap-southeast-2
retry: 1
script:
# Get AWS CLI
- apk -v --update add aws-cli

- echo $AWS_ACCESS_KEY_ID
- echo $AWS_SECRET_ACCESS_KEY
- echo $AWS_DEFAULT_REGION
- echo $TEST_VAR
# Run deploy
- cd deploy/helm
- mkdir -p sync_dir
Expand Down

0 comments on commit 8e5f078

Please sign in to comment.