Skip to content

Commit

Permalink
🤖 添加 GitHub Actions 环境变量部署
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywt2003 committed Apr 22, 2024
1 parent 4c8307a commit ee65527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: production
env:
PUBLIC_API_ENDPOINT: ${{vars.PUBLIC_API_ENDPOINT}}
PUBLIC_COOKIE_DOMAIN: ${{vars.PUBLIC_COOKIE_DOMAIN}}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ee65527

Please sign in to comment.