Sha256: 477f70682136538c6389e2d95893b27eae4e04c6a891ac5b14cbd580b19984d3
Contents?: true
Size: 841 Bytes
Versions: 1
Compression:
Stored size: 841 Bytes
Contents
preface: some string env: base: app_name: name: Name for your app value: 'unstoppable_devops_app' DOCKERHUB_ORGANIZATION: name: The hub.docker.com organization for your image is often but not always the same as your username. value: your-dockerhub-organization ci: DOCKERHUB_USERNAME: name: The username you log into hub.docker.com with value: dhusername required: true DOCKERHUB_PASSWORD: name: The password you log into hub.docker.com with value: dhpassword required: true actions: - directory 'stage_one', '.', @env - append_to_file '.gitignore', '/k8s-general/' - append_to_file '.gitignore', partial('ignores') - | generator = Roro::CLI.new generator.generate_mise generator.generate_environments @env generator.generate_keys
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.33 | lib/roro/stacks/unstoppable_developer_styles/sashimi/devops/ci_styles/circleci/circleci.yml |