Configures deployment to netlify

This commit is contained in:
Phil Scott
2022-02-14 14:01:19 -05:00
committed by Patrik Svensson
parent c2da268129
commit 3ac63d2670
5 changed files with 10 additions and 15 deletions

View File

@@ -42,8 +42,8 @@ namespace Docs
public static class Deployment
{
public const string GitHubToken = "GITHUB_TOKEN";
public const string TargetBranch = "DEPLOYMENT_TARGET_BRANCH";
public const string NetlifySiteId = "NETLIFY_SITE_ID";
public const string NetlifyAccessToken = "NETLIFY_ACCESS_TOKEN";
}
}
}