Skip to content

Commit

Permalink
aws sync edit
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyunlee123 committed May 23, 2024
1 parent b52ee12 commit fed4632
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ jobs:
role-session-name: S3Access

- name: Upload HTML, CSS, Javascript files to S3
run: aws s3 sync S3_files/* s3://tf-files-for-nginx-expressjs-project/
run: aws s3 sync S3_files/home.html s3://tf-files-for-nginx-expressjs-project/ && -
aws s3 sync S3_files/index.html s3://tf-files-for-nginx-expressjs-project/ && -
aws s3 sync S3_files/script.js s3://tf-files-for-nginx-expressjs-project/ && -
aws s3 sync S3_files/style.css s3://tf-files-for-nginx-expressjs-project/ &&

0 comments on commit fed4632

Please sign in to comment.