Skip to content

Commit

Permalink
Create buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raushan9038 authored Sep 16, 2021
1 parent 50d8007 commit c7480e4
Showing 1 changed file with 13 additions and 0 deletions.
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:
- '**/*'

0 comments on commit c7480e4

Please sign in to comment.