Creates a deployment throught the Github Deployments API
Required Github authorization token.
Required Link to put in deployment message.
Name of deployment environment to pass to Github API. Default "production"
.
Should this deployment also be marked as complete/successful? Default true
.
- uses: smartlyio/create-deployment-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT_URL: "https://here.is.deployment/index.html"
ENVIRONMENT_NAME: "test"