Deploy to server with GitHub Actions
Using GitHub Actions to deploy on push is pretty simple. There are a few requisites: In your repo create the file .github/workflows/deploy.yml with the content below. Then in Github go to Settings, Secrets and variables, Actions and define repository secrets for REMOTE_HOST, REMOTE_PATH, REMOTE_USER, SLACK_WEBHOOK_URL, SSH_PRIVATE_KEY You can ignore the… Continue reading