diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 7d6fa75..243d81f 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -77,7 +77,7 @@ jobs: shell: bash run: | echo "push s3" - # aws s3 cp ./index.html s3://app2.zwellhome.com/index.html - # aws s3 cp ./404.html s3://app2.zwellhome.com/404.html + aws s3 cp ./index.html s3://app.zwell.io/index.html + aws s3 cp ./404.html s3://app.zwell.io/404.html \ No newline at end of file