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

Version Path
ufo-1.6.1 lib/starter_project/bin/deploy
ufo-1.6.0 lib/starter_project/bin/deploy
ufo-1.5.0 lib/starter_project/bin/deploy
ufo-1.2.0 lib/starter_project/bin/deploy
ufo-1.1.0 lib/starter_project/bin/deploy
ufo-1.0.1 lib/starter_project/bin/deploy
ufo-1.0.0 lib/starter_project/bin/deploy
ufo-0.1.6 lib/starter_project/bin/deploy
ufo-0.1.5 lib/starter_project/bin/deploy
ufo-0.1.4 lib/starter_project/bin/deploy
ufo-0.1.3 lib/starter_project/bin/deploy
ufo-0.1.2 lib/starter_project/bin/deploy
ufo-0.1.1 lib/starter_project/bin/deploy
ufo-0.1.0 lib/starter_project/bin/deploy