Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
change base directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed Feb 19, 2018
1 parent ee2d51c commit 04a64ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ phases:
#- aws configure set preview.cloudfront true
#- aws cloudfront create-invalidation --distribution-id E22WEBPD6529KA --paths /index.html / /page/* /css/* /blog/*
artifacts:
files: public/*
files:
- '**/*'
base-directory: 'public'

0 comments on commit 04a64ab

Please sign in to comment.