Skip to content

Commit

Permalink
feat: create github deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Minsu Lee <amond@amond.net>
  • Loading branch information
amondnet committed Oct 13, 2020
1 parent ae1ebea commit d386836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
staging.static.vercel-action.amond.dev
pr-{{PR_NUMBER}}.static.vercel-action.amond.dev
github-deployment: true
# github-deployment-environment: staging
github-deployment-environment: static-staging
- name: production or not
id: prod_or_not
run: |
Expand All @@ -49,3 +49,5 @@ jobs:
working-directory: example/static
alias-domains: |
{{BRANCH}}.static.vercel-action.amond.dev
github-deployment: true
github-deployment-environment: static-production

0 comments on commit d386836

Please sign in to comment.