Skip to content

Commit

Permalink
att yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Dec 5, 2023
1 parent a0da676 commit 41c8ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ jobs:
limits:
cpu: 500m
memory: 1Gi
env:
- name: "NEXT_PUBLIC_KEY_STRIPE"
value: "${{ secrets.NEXT_PUBLIC_KEY_STRIPE }}"
env: []
envFrom:
- secretRef:
name: basedosdados-website-development
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
NEXT_PORT: ${{ vars.NEXT_PORT }}
NEXT_PUBLIC_API_URL: ${{ vars.NEXT_PUBLIC_API_URL }}
NEXT_PUBLIC_SITE_NAME: ${{ vars.NEXT_PUBLIC_SITE_NAME }}
NEXT_PUBLIC_KEY_STRIPE: ${{ secrets.NEXT_PUBLIC_KEY_STRIPE }}
NODE_ENV: ${{ vars.NODE_ENV }}
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:development

Expand Down

0 comments on commit 41c8ae2

Please sign in to comment.