diff --git a/.github/workflows/upload_and_deploy_changes.yml b/.github/workflows/upload_and_deploy_changes.yml
new file mode 100644
index 0000000..340c66d
--- /dev/null
+++ b/.github/workflows/upload_and_deploy_changes.yml
@@ -0,0 +1,23 @@
+name: Deploy to AWS Amplify
+
+on: workflow_dispatch
+
+jobs:
+ deploy-updates:
+ runs-on: ubuntu-latest
+ name: Deploying updates
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+
+ - name: Configure AWS credentials
+ uses: aws-actions/configure-aws-credentials@0e613a0980cbf65ed5b322eb7a1e075d28913a83
+ with:
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+
+ - name: Sync changes to AWS S3 Object
+ run: |
+ pwd
+ aws s3 sync --dryrun . s3://mycrcawsstaticwebsite01/site_frontend/ --exclude ".git/*"
diff --git a/index.html b/index.html
index 1c0dabc..a39fb22 100644
--- a/index.html
+++ b/index.html
@@ -48,8 +48,8 @@
-
A responsive site template designed by HTML5 UP
- Here is where you can find out some more about me , my resume, portfolio or passion projects. Currently being edited by me, Daire. Enjoy!! :)
+
Here is where you can find out some more about me , my resume, portfolio or passion projects.
+ Enjoy!! :)