ci: more verbose output for aws s3 sync
This commit is contained in:
parent
4f1dd68810
commit
03f1fb92b8
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ s3:
|
|||
stage: deploy
|
||||
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
|
||||
script:
|
||||
- aws s3 sync ./dist s3://gp-web-prod-shared-weblite-bucket --delete --only-show-errors
|
||||
- aws s3 sync ./dist s3://gp-web-prod-shared-weblite-bucket --delete
|
||||
only:
|
||||
- main
|
||||
|
||||
|
|
@ -26,6 +26,6 @@ s3-dev:
|
|||
stage: deploy
|
||||
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
|
||||
script:
|
||||
- aws s3 sync ./dist s3://gp-web-prod-shared-weblite-bucket-dev --delete --only-show-errors
|
||||
- aws s3 sync ./dist s3://gp-web-prod-shared-weblite-bucket-dev --delete
|
||||
only:
|
||||
- dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue