Fix typo in key configuration

This commit is contained in:
Alex Crichton 2019-05-21 10:28:56 -07:00
parent d2304e1e26
commit 0e5f02f902
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ steps:
env:
CI: true
SRC: .
AWS_SECRET_ACCESS_KEY: $(SCCACHE_AWS_SECRET_ACCESS_KEY)
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
displayName: Run build
- bash: |
@ -104,6 +104,6 @@ steps:
fi
aws s3 cp --no-progress --recursive --acl public-read ./deploy s3://$DEPLOY_BUCKET/$deploy_dir
env:
AWS_SECRET_ACCESS_KEY: $(SCCACHE_AWS_SECRET_ACCESS_KEY)
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
condition: and(succeeded(), or(eq(variables.DEPLOY, '1'), eq(variables.DEPLOY_ALT, '1')))
displayName: Upload artifacts