Sha256: b15ba882e8b9e4ec12c114c2be26f79626317135bfaa611b1b3ad9de1ad14cf7
Contents?: true
Size: 590 Bytes
Versions: 14
Compression:
Stored size: 590 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
Version data entries
14 entries across 14 versions & 1 rubygems