Skip to content

Commit

Permalink
Migrate to new credentials (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
duong-se authored Dec 3, 2019
1 parent 8379207 commit 9b087aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- task: S3Upload@1
displayName: Deploy assets to S3
inputs:
awsCredentials: 'df-huy'
awsCredentials: 'df-duong'
regionName: 'eu-west-2'
bucketName: 'reapit-app-store'
sourceFolder: '$(Pipeline.Workspace)/AppStoreBundle'
Expand All @@ -128,7 +128,7 @@ jobs:
- task: S3Upload@1
displayName: Deploy assets to S3
inputs:
awsCredentials: 'df-huy'
awsCredentials: 'df-duong'
regionName: 'eu-west-2'
bucketName: 'reapit-app-store-prod'
sourceFolder: '$(Pipeline.Workspace)/AppStoreBundle'
Expand All @@ -150,7 +150,7 @@ jobs:
- task: S3Upload@1
displayName: Deploy assets to S3
inputs:
awsCredentials: 'df-huy'
awsCredentials: 'df-duong'
regionName: 'eu-west-2'
bucketName: 'reapit-demo-marketplace'
sourceFolder: '$(Pipeline.Workspace)/AppStoreBundle'
Expand Down

0 comments on commit 9b087aa

Please sign in to comment.