Skip to content

Commit

Permalink
cleanup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Nov 25, 2023
1 parent b246eb8 commit 72ba355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/scripts/homepage_source_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .github/workflows/homepage_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 72ba355

Please sign in to comment.