GitHub Actions workflow for deploying app to www.evennode.com
This repository serves as a guide to configuring your GitHub Actions workflow
to automatically deploy your app to www.evennode.com on every commit to the master
branch.
In case your git repository uses main
branch instead of the master
branch, you need to
update the .github/workflows/deploy-to-evennode.yml
file and replace all master
occurances with main
.
- Copy the file .github/workflows/deploy-to-evennode.yml to your local repository
- Configure the following secrets for your repository's settings
SSH_KEY
- Your private key used to deploy to EvenNodeEVENNODE_REPO_URL
- Your application's git repository from EvenNode such asgit@git.evennode.com:myapplication.git
GIT_EMAIL
- Email under which git shall deploy your applicationGIT_NAME
- Name under which git shall deploy your application
After the configuration push changes to your git repository on GitHub and watch it deploy your app to www.evennode.com