Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Github action for performing a Capistrano deploy for new tag #199

Open
lewismc opened this issue Mar 18, 2023 · 0 comments
Open

Add Github action for performing a Capistrano deploy for new tag #199

lewismc opened this issue Mar 18, 2023 · 0 comments
Labels
ci/cd Continuous Integration/Continuous Delivery enhancement New feature or request
Milestone

Comments

@lewismc
Copy link
Member

lewismc commented Mar 18, 2023

Building off of #155 we should add a GitHub Action which is executed upon each new created tag e.g.

on:
  push:
    tags:
      - '*'

A specific example can be found at https://github.com/marketplace/actions/capistrano-deploy#workflow-file

@lewismc lewismc added enhancement New feature or request ci/cd Continuous Integration/Continuous Delivery labels Mar 18, 2023
@lewismc lewismc added this to the 0.9.0 milestone Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous Integration/Continuous Delivery enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant