blog/.circleci
Kazuhiro MUSASHI 6abf67e828 Specify the environment by hugo option:
```
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
       - run:
           name: "Run Hugo"
           working_directory: /root/project/
-          command: HUGO_ENV=staging hugo -v -s /root/project/
+          command: hugo -e staging -v -s /root/project/

       - run:
           name: Change Amazon Links
```
2019-05-04 21:55:31 +08:00
..
config.yml Specify the environment by hugo option: 2019-05-04 21:55:31 +08:00