Skip to content

Actions: cloudposse/github-actions-workflows

Actions

CD - Deploy to EKS Preview envs with Helmfile Deploy Docker image to ECS Preview envs with Helmfile ### Usage ```yaml name: Feature Branch on: pull_request: branches: [ 'master' ] types: [opened, synchronize, reopened, closed, labeled, unlabeled] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-preview-helmfile.yml@main if: $\{\{ always() \}\} with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} open: $\{\{ github.event.pull_request.state == 'open' \}\} labels: $\{\{ toJSON(github.event.pull_request.labels.*.name) \}\} ref: $\{\{ github.event.pull_request.head.ref \}\} exclusive: false env-label: | preview: deploy secrets: secret-outputs-passphrase: $\{\{ secrets.secret-outputs-passphrase \}\} github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
0 workflow runs
0 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

GitHub Actions

This workflow has no runs yet.