Deploy your applications using GitHub Actions - A step-by-step guide
Create Your Valyent Account
Create Your Application
Navigate to Repository Settings
Add Required Secrets
Secret Name | Value to Add | How to Get It |
---|---|---|
VALYENT_API_KEY | Your API key | 1. Open Valyent Console 2. Navigate to “API Keys” 3. Create a new key and copy it |
VALYENT_ORG | Organization slug | Find this in your Valyent Console settings |
VALYENT_APP | Application name | Check your applications page or run valyent fleets list |
Your repository settings should look like this now.
Create Workflow File
.github/workflows/build-and-deploy.yml
in your repository.Add Workflow Configuration
Complete Workflow Configuration
Understanding the Workflow
Trigger a Deployment
Monitor Progress
Verify Deployment
Common Issues and Solutions
VALYENT_API_KEY
secret