1
0
hugo/content/blog/2016-12-08-amp-gitlab.md
2024-04-23 22:21:26 +09:00

524 B

+++ date = "2016-12-08" tags = ["memo"] title = "amp対応は面倒くさい" slug = "amp-gitlab" +++

amp対応は面倒くさい

一応、psuhすればampも更新されるやり方を考えてみました。

.gitlab-ci.yml

  script:
  - git config --global user.email "${GITLAB_MAIL}"
  - git config --global user.name "${USER}"
  - git push https://${GITLAB_API_TOKEN}@gitlab.com/syui/amp.git
  - cp -rf content amp/
  - cd amp
  - git add .
  - git commit -m "amp"
  - git push -u origin master