Skip to content

Commit

Permalink
pwa added with buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dipak kawale committed Sep 8, 2022
0 parents commit 557e313
Show file tree
Hide file tree
Showing 127 changed files with 36,986 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/youtube.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

454 changes: 454 additions & 0 deletions about.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 0.2

phases:
build:
commands:
- echo "This is build phase... Zipping my webpage"

post_build:
commands:
- echo "Deployed to S3"
artifacts:
files:
- '**/*'
750 changes: 750 additions & 0 deletions car-details.html

Large diffs are not rendered by default.

Loading

0 comments on commit 557e313

Please sign in to comment.