Skip to content

Commit

Permalink
modified folder structure and added github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedk2 committed Dec 17, 2023
1 parent 75f129e commit 111cd6c
Show file tree
Hide file tree
Showing 27 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/aws-s3-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: aws-s3-push

on: [push]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout github repo
uses: actions/checkout@v2
- name: Setup AWS CLI
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Sync files to S3 bucket
run: |
aws s3 sync build s3://my-bucket-name --delete
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Below are are list of tools used, and the precise things they were used for:
- [Drawkit](https://www.drawkit.io/) for Jane Doe illustration
- [Icon8](https://icons8.com/) for animated icons and skills icons
- [Animate CSS](https://animate.style/) for Jane Doe's bio text animation
- [Formspree](https://formspree.io/) for contact form submision and straight delivery to Gmail
- [Formspree](https://formspree.io/) for contact form submission and straight delivery to Gmail

## Folder Structure

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed jane-shot.png
Binary file not shown.

0 comments on commit 111cd6c

Please sign in to comment.