image: go1com/ci-nodejs:alpine before_script: - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - npm install -s pages: tags: ["autoscale"] script: - npm run example - mv example public artifacts: paths: - public only: ["master"]