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:
@ -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:
|
||||
|
Reference in New Issue
Block a user