Skip to content

Actions: cloudposse/github-actions-workflows

Actions

CD - Deploy to ECS with Spacelift Deploy Docker image to ECS with Spacelift ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-ecs.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev spacelift-organization: $\{\{ inputs.spacelift-organization \}\} secrets: secret-outputs-passphrase: "$\{\{ secrets.secret-outputs-passphrase \}\}" github-private-actions-pat: "$\{\{ secrets.github-private-actions-pat \}\}" spacelift-api-key-id: "$\{\{ secrets.spacelift-api-key-id \}\}" spacelift-api-key-secret: "$\{\{ secrets.spacelift-api-key-secret \}\}" ```

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.