ci: use serial workflow
This commit is contained in:
parent
e03d2903f8
commit
416e74950e
@ -17,7 +17,6 @@ steps:
|
|||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: amazon/aws-cli:2.15.50
|
image: amazon/aws-cli:2.15.50
|
||||||
depends_on: [ build ]
|
|
||||||
commands:
|
commands:
|
||||||
- s3 cp --recursive ./dist s3://$${S3_BUCKET}/
|
- s3 cp --recursive ./dist s3://$${S3_BUCKET}/
|
||||||
- cloudfront create-invalidation --distribution-id $${CLOUDFRONT_DISTRIBUTION} --paths '/*'
|
- cloudfront create-invalidation --distribution-id $${CLOUDFRONT_DISTRIBUTION} --paths '/*'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user