S3 bucket config added
This commit is contained in:
parent
a24082962d
commit
70e5bf1b38
@ -9,11 +9,25 @@ pipelines:
|
|||||||
branches:
|
branches:
|
||||||
master:
|
master:
|
||||||
- step:
|
- step:
|
||||||
script:
|
caches:
|
||||||
- echo 'Master Test'
|
- node
|
||||||
#caches:
|
script: # Modify the commands below to build your repository.
|
||||||
#- node
|
- npm install
|
||||||
#script: # Modify the commands below to build your repository.
|
- npm install -g @angular/cli
|
||||||
#- npm install
|
- ng build
|
||||||
#- npm install -g @angular/cli
|
- pipe: atlassian/aws-s3-deploy:0.3.8
|
||||||
#- ng build
|
variables:
|
||||||
|
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
|
||||||
|
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
|
||||||
|
AWS_DEFAULT_REGION: 'ap-south-1'
|
||||||
|
S3_BUCKET: 'autodeploy001'
|
||||||
|
LOCAL_PATH: 'fbpath'
|
||||||
|
# CONTENT_ENCODING: '<string>' # Optional.
|
||||||
|
# ACL: '<string>' # Optional.
|
||||||
|
# STORAGE_CLASS: '<string>' # Optional.
|
||||||
|
# CACHE_CONTROL: '<string>' # Optional.
|
||||||
|
# EXPIRES: '<timestamp>' # Optional.
|
||||||
|
# DELETE_FLAG: '<boolean>' # Optional.
|
||||||
|
# EXTRA_ARGS: '<string>' # Optional.
|
||||||
|
# DEBUG: '<boolean>' # Optional.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user