ci: use serial workflow

This commit is contained in:
bdeshi 2024-05-17 09:20:22 +06:00
parent e03d2903f8
commit 416e74950e
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0

View File

@ -17,7 +17,6 @@ steps:
- name: publish
image: amazon/aws-cli:2.15.50
depends_on: [ build ]
commands:
- s3 cp --recursive ./dist s3://$${S3_BUCKET}/
- cloudfront create-invalidation --distribution-id $${CLOUDFRONT_DISTRIBUTION} --paths '/*'