File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Configure AWS Credentials
1818 uses : aws-actions/configure-aws-credentials@main
1919 with :
20- aws-access-key-id : ${{ secrets.LANDING_PAGE_AWS_ACCESS_KEY_ID }}
21- aws-secret-access-key : ${{ secrets.LANDING_PAGE_AWS_SECRET_ACCESS_KEY }}
22- aws-region : us -east-1
20+ aws-access-key-id : ${{ secrets.LANDING_PAGE_AWS_ACCESS_KEY }}
21+ aws-secret-access-key : ${{ secrets.LANDING_PAGE_AWS_SECRET_KEY }}
22+ aws-region : sa -east-1
2323
2424 - name : Sync Landing Page to S3
2525 run : |
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Timeless app — your personal financial organization hub.</ title >
6+ < title > Timeless — your personal financial organization hub.</ title >
77 < script src ="https://cdn.tailwindcss.com "> </ script >
88</ head >
99< body class ="bg-gray-50 text-gray-900 ">
You can’t perform that action at this time.
0 commit comments