Skip to content

Commit

Permalink
fix buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Hessu committed Feb 7, 2020
1 parent 77679f6 commit cb22555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ phases:
- hugo version
build:
commands:
- cd public
- aws s3 sync . s3:https://www.gonzague.dev/
- hugo
- cd public && aws s3 sync . s3:https://www.gonzague.dev/
finally:
- echo "Script finished running"

0 comments on commit cb22555

Please sign in to comment.