Skip to content

Commit

Permalink
🤖 添加 GitHub Actions 环境变量部署
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywt2003 committed Apr 21, 2024
1 parent 5bec23c commit 4c8307a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ on:
permissions:
contents: write

env:
PUBLIC_API_ENDPOINT: ${{ vars.PUBLIC_API_ENDPOINT }}
PUBLIC_COOKIE_DOMAIN: ${{ vars.PUBLIC_COOKIE_DOMAIN }}

jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4c8307a

Please sign in to comment.