Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
cloudposse-archives
/
github-actions-workflows
Public archive
Notifications
You must be signed in to change notification settings
Fork
9
Star
40
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: cloudposse-archives/github-actions-workflows
Actions
All workflows
Workflows
CD - Atmos stack deploy Deploy atmos stack ### 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-atmos-stack-deploy.yaml@main ```
CD - Atmos stack deploy Deploy atmos stack ### 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-atmos-stack-deploy.yaml@main ```
CD - Deploy to ECS with Ecspresso Deploy Docker image to ECS with Ecspresso ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-ecspresso.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev enable-migration: $\{\{ inputs.enable-migration \}\} support-rollback: $\{\{ inputs.support-rollback \}\} secrets: secret-outputs-passphrase: "$\{\{ secrets.secret-outputs-passphrase \}\}" github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```
CD - Deploy to ECS with Ecspresso Deploy Docker image to ECS with Ecspresso ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-ecspresso.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev enable-migration: $\{\{ inputs.enable-migration \}\} support-rollback: $\{\{ inputs.support-rollback \}\} secrets: secret-outputs-passphrase: "$\{\{ secrets.secret-outputs-passphrase \}\}" github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```
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 \}\}" ```
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 \}\}" ```
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 \}\}" ```
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 \}\}" ```
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 \}\} ```
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 \}\} ```
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 \}\} ```
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 \}\} ```
CD - Deploy to EKS with ArgoCD and Helmfile Deploy Docker image to EKS with ArgoCD and Helmfile ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-argocd.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev secrets: secret-outputs-passphrase: $\{\{ secrets.secret-outputs-passphrase \}\} github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```
CD - Deploy to EKS with ArgoCD and Helmfile Deploy Docker image to EKS with ArgoCD and Helmfile ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-argocd.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev secrets: secret-outputs-passphrase: $\{\{ secrets.secret-outputs-passphrase \}\} github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```
CD - Deploy to EKS with Helmfile Deploy Docker image to EKS with Helmfile ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-helmfile.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev secrets: secret-outputs-passphrase: $\{\{ secrets.secret-outputs-passphrase \}\} github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```
CD - Deploy to EKS with Helmfile Deploy Docker image to EKS with Helmfile ### Usage ```yaml name: Deploy on: push: branches: [ main ] jobs: cd: uses: cloudposse/github-actions-workflows/.github/workflows/cd-helmfile.yml@main with: image: registry.hub.docker.com/library/nginx tag: latest repository: $\{\{ github.event.repository.name \}\} environment: dev secrets: secret-outputs-passphrase: $\{\{ secrets.secret-outputs-passphrase \}\} github-private-actions-pat: $\{\{ secrets.github-private-actions-pat \}\} ```
CD Preview ECS
CD Preview ECS
CI - Atmos stack plan Plan atmos stack ### 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/ci-atmos-stack-plan.yaml@main ```
CI - Atmos stack plan Plan atmos stack ### 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/ci-atmos-stack-plan.yaml@main ```
Show more workflows...
Management
Caches
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 \}\} ```
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
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
cd-preview-helmfile.yml
will be ignored since log searching is not yet available
0 workflow runs
0 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
This workflow has no runs yet.
You can’t perform that action at this time.