Update website CI to include hidden files as well (e.g. .well-known for let's encrypt)

This commit is contained in:
Matej Sima 2019-05-25 18:03:45 +02:00
parent 4916777de1
commit 3b8a13f156

View File

@ -8,8 +8,7 @@ pages:
script:
- npm run build
- cd ..
- mkdir public
- mv website/build/ligo/* public
- cp -r website/build/ligo public
artifacts:
paths:
- public