Building off of https://github.com/tagbase/tagbase-server/pull/155 we should add a [GitHub Action](https://github.com/marketplace/actions/capistrano-deploy) 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