We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574be5d commit 960876dCopy full SHA for 960876d
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
# Trigger the workflow every time you push to the `main` branch
5
# Using a different branch name? Replace `main` with your branch’s name
6
push:
7
- branches: [ main ]
+ branches: [ main, ewangler-fix-fix-cd ]
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
@@ -27,6 +27,10 @@ jobs:
27
cache: 'npm'
28
- name: Install and build astro
29
shell: 'bash'
30
+ env:
31
+ NEXT_PUBLIC_TINA_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
32
+ TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
33
+ NEXT_PUBLIC_TINA_BRANCH: main
34
run: |
35
npm install
36
npm run build
0 commit comments