Skip to content

Sample GitHub Actions workflow files to deploy with Kamal 2 to Digital Ocean

License

Notifications You must be signed in to change notification settings

igor-alexandrov/kamal-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kamal GitHub Actions

A collection of GitHub Actions workflows to work with Kamal 2

Digital Ocean

└── digital-ocean
    └──.github
        └── workflows
            ├── 01.deploy_production.yaml # deploy to production on push to branch
            ├── 02.deploy_manually.yaml # deploy to selected envrironment on manual trigger
            ├── 03.kamal_run_command.yaml # run Kamal command on selected environment
            ├── kamal-deploy
            │   └── action.yaml
            └── setup
                └── action.yml
    └──.kamal
        └── secrets-common
    └── config
        ├── deploy.production.yml # production environment configuration
        └── deploy.yml # commom configuration

AWS

└── aws
    └──.github
        └── workflows
            ├── 01.deploy_production.yaml # deploy to production on push to branch
            ├── 02.deploy_manually.yaml # deploy to selected envrironment on manual trigger
            ├── 03.kamal_run_command.yaml # run Kamal command on selected environment
            ├── kamal-deploy
            │   └── action.yaml
            └── setup
                └── action.yml
    └──.kamal
        └── secrets-common
    └── config
        ├── deploy.production.yml # production environment configuration
        └── deploy.yml # commom configuration

About

Sample GitHub Actions workflow files to deploy with Kamal 2 to Digital Ocean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published