diff --git a/.github/scripts/homepage_source_files.sh b/.github/scripts/homepage_source_files.sh index c51659f..87d1658 100644 --- a/.github/scripts/homepage_source_files.sh +++ b/.github/scripts/homepage_source_files.sh @@ -2,9 +2,4 @@ set -e -cd dist - -ls - -aws s3 cp --dryrun . s3://$AWS_S3_BUCKET_NAME \ ---recursive +aws s3 cp --recursive . s3://ryanrigato.com diff --git a/.github/workflows/homepage_update.yml b/.github/workflows/homepage_update.yml index 76d8935..67165d2 100644 --- a/.github/workflows/homepage_update.yml +++ b/.github/workflows/homepage_update.yml @@ -34,7 +34,6 @@ jobs: env: AWS_ACCESS_KEY_ID: ${{secrets.PERSISTANT_STORAGE_ID}} AWS_DEFAULT_REGION: 'us-east-1' - AWS_S3_BUCKET_NAME: 'ryanrigato.com' AWS_SECRET_ACCESS_KEY: ${{secrets.PERSISTANT_STORAGE_KEY}} run: '../.github/scripts/homepage_source_files.sh'