diff --git a/.github/workflows/aws-deploy.yml b/.github/workflows/aws-deploy.yml index f56fee0db..2f696d51c 100644 --- a/.github/workflows/aws-deploy.yml +++ b/.github/workflows/aws-deploy.yml @@ -61,8 +61,11 @@ jobs: exit 1 fi + - name: DEBUG - pwd + run: pwd + - name: Write an arbitrary file to S3 - just to demonstrate how. - run: aws s3 sync index.html ${{ env.S3_BUCKET }} + run: aws s3 sync ../index.html ${{ env.S3_BUCKET }} - name: Invalidate CloudFront cache run: aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*" \ No newline at end of file