Skip to content

Commit

Permalink
Merge pull request #45 from lingrino/onlyrunwwwonchanges
Browse files Browse the repository at this point in the history
onlyrunwwwonchanges
  • Loading branch information
lingrino authored Apr 22, 2019
2 parents 0710149 + df3a601 commit 6354b51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ www:
image: python:3-alpine
stage: www
only:
- master
refs:
- master
changes:
- www/*
script:
- pip install awscli
- aws --region us-east-2 s3 sync www/ s3://vaku.io-20180604033539915400000001
Expand Down

0 comments on commit 6354b51

Please sign in to comment.