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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add your applications `.env` variables to the Github repo as a repository secret, you can find this under the repo settings => secrets and variables => actions
you are going to need an ssh private key that your deployment server is aware of (add public key to servers .ssh/authorized_keys) and add the ssh private key as a repo secret
create action workflows
`.github/workflows/deploy.yml`
heroku style, push code trigger `kamal deploy` you can extend the workflow to include testing and deploy based on test results
this this workflow you can run `kamal` arbitrary commands from the github actions panel, when running the workflow manually it will ask for a command input thats executed inside the action.