Sha256: b5c1e92a68df55a0a97edbdee80e19b4d93a03b553a0447fbfb12e468643ed8d
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 Bytes
Contents
#!/bin/bash -xe # Generated started bin/deploy script. Meant to be example only and should probably # be overridden. # Only build docker image on with the first command. ufo ship <%= @app %>-clock --cluster <%= @cluster %> --no-wait # Skipping the docker build phase for the rest of the ship commands ufo ship <%= @app %>-worker --cluster <%= @cluster %> --no-wait --no-docker # The final service will wait for the deploy to finish. Please specify an # Application Load Balancer if creating the service for the first time. ufo ship <%= @app %>-web --cluster <%= @cluster %> --no-docker --target-group ''
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ufo-0.0.6 | lib/starter_project/bin/deploy |