Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gzip options doesn't upload files to S3 bucket the first time #57

Open
frankisans opened this issue Feb 15, 2019 · 0 comments
Open

Gzip options doesn't upload files to S3 bucket the first time #57

frankisans opened this issue Feb 15, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@frankisans
Copy link

Using latest dev version with gzip enabled.
The deployment use dist-deploy directory to keep the gzipped files, and then upload from dist-deploy to the s3 bucket. But the number of files to upload is calculated before gzipping the files.
If the directory is empty (the first time) no files are uploaded.

- Setting up AWS
✔ AWS credentials confirmed
 INFO  Bucket: nts-client-web-app exists.
 INFO  Static Hosting is enabled.
- Creating deployment directory
✔ Deployment directory created.
- Gzipping files
✔ All **16** have been gzipped successfully.
- Deploying **0** assets from /apps/nts/nts-frontend/dist-deploy/ to https://s3-us-east-1.amazonaws.com/nts-client-web-app/
✔ All **0** assets have been successfully deployed to https://s3-us-east-1.amazonaws.com/nts-client-web-app/
- Invalidating CloudFront distribution: ***
 INFO  Deployment complete.
✔ Invalidating CloudFront distribution: ***
 INFO  Invalidation ID: #######
 INFO  Status: InProgress
 INFO  Call Reference: vue-cli-plugin-s3-deploy-1550235809354
 INFO  See your AWS console for on-going status on this invalidation.
Done in 3.06s.
@nicekiwi nicekiwi added the bug Something isn't working label Mar 17, 2020
@nicekiwi nicekiwi self-assigned this Mar 17, 2020
@nicekiwi nicekiwi added this to the 4.0.0 milestone Mar 17, 2020
@nicekiwi nicekiwi modified the milestones: 4.0.0, 4.0.0-rc5 Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants