1 Star 0 Fork 0

zhenghuanhuan/sdk-tutorials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
mircea-c 提交于 2019-10-30 12:44 . website deployment config
#!/usr/bin/make -f
build-website:
npm install
./node_modules/.bin/vuepress build
deploy-website: build-website
cd .vuepress/dist && \
echo "role_arn = ${DEPLOYMENT_ROLE_ARN}" >> /root/.aws/config ; \
echo "CI job = ${CIRCLE_BUILD_URL}" >> version.html ; \
aws s3 sync . s3://"${WEBSITE_BUCKET}" --profile terraform --delete ; \
aws cloudfront create-invalidation --distribution-id "${CF_DISTRIBUTION_ID}" --profile terraform --path "/*" ;
.PHONY: build-website deploy-website
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Tinrry/sdk-tutorials.git
git@gitee.com:Tinrry/sdk-tutorials.git
Tinrry
sdk-tutorials
sdk-tutorials
master

搜索帮助