You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: