Skip to content

Commit

Permalink
Create buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCloudWorldAdmin committed Jun 13, 2021
1 parent c3793c9 commit 9940387
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 0.2

phases:
build:
commands:
- echo "This is build phase... Zipping my webpage"
- zip -r webpage.zip *
post_build:
commands:
- echo "Deployed to S3"

0 comments on commit 9940387

Please sign in to comment.