Commit ed0dfee6 authored by 神楽坂玲奈's avatar 神楽坂玲奈

cache

parent 46d3c5db
...@@ -7,10 +7,11 @@ cache: ...@@ -7,10 +7,11 @@ cache:
- "$HOME/.npm" - "$HOME/.npm"
script: npm run build script: npm run build
before_deploy: before_deploy:
- curl --location --retry 5 --output ossutil "http://ossutil-version-update.oss-cn-hangzhou.aliyuncs.com/$(curl http://ossutil-version-update.oss-cn-hangzhou.aliyuncs.com/ossutilversion)/ossutil64" - curl --location --retry 5 --output ossutil "http://ossutil-version-update.oss-cn-hangzhou.aliyuncs.com/$(curl http://ossutil-version-update.oss-cn-hangzhou.aliyuncs.com/ossutilversion)/ossutil64"
- chmod +x ossutil - chmod +x ossutil
- ./ossutil config --endpoint oss-cn-hangzhou.aliyuncs.com --access-key-id $ALIYUN_ID - ./ossutil config --endpoint oss-cn-hangzhou.aliyuncs.com --access-key-id $ALIYUN_ID
--access-key-secret $ALIYUN_SECRET --access-key-secret $ALIYUN_SECRET
deploy: deploy:
provider: script provider: script
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment