Skip to content

Instantly share code, notes, and snippets.

@RickCogley
Last active January 27, 2021 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickCogley/f1429b5b4e71a10f86c38de44aa48cfc to your computer and use it in GitHub Desktop.
Save RickCogley/f1429b5b4e71a10f86c38de44aa48cfc to your computer and use it in GitHub Desktop.
Apex Up GH action.yml
name: 'Apex Up'
description: 'Deploy & manage Up applications'
inputs:
stage:
description: 'Up stage to deploy'
required: true
verbose:
description: 'Produce verbose output'
required: false
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.stage }}
- ${{ inputs.verbose }}
branding:
icon: 'chevron-up'
color: 'white'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment