Sha256: 87041705a047142ef24cd0080938b5a0c80de647e1f445f27fe695578b2ee729
Contents?: true
Size: 375 Bytes
Versions: 13
Compression:
Stored size: 375 Bytes
Contents
#!/usr/bin/env bash # This script will build a production Docker image as closely # as it resembles on CI. set -e docker build --build-arg="RAILS_ENV=production" \ --build-arg="RAILS_MASTER_KEY=$(op read "op://Plug-GitHub/Production Secrets/RAILS_MASTER_KEY")" \ --build-arg="GIT_SHA:1234" \ -t yettoapp/plug-<%= plug_name %> . "$@"
Version data entries
13 entries across 13 versions & 1 rubygems