1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-28 22:55:39 -04:00

.gitlab-ci.yml: specify AWS variables in job

This commit is contained in:
Adhityaa Chandrasekar
2018-12-29 01:59:54 -05:00
parent 633ccf427c
commit 7f9a39c330

View File

@ -38,6 +38,9 @@ aws-upload-tags:
stage: aws-upload-tags
image: debian:buster
environment: aws-upload-tags
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
only:
- tags
before_script: