Skip to content

Commit

Permalink
cicd edit env
Browse files Browse the repository at this point in the history
  • Loading branch information
developersteve committed Jun 6, 2024
1 parent be54570 commit ea2c51f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: devbuild

steps:
- name: Checkout repository
Expand All @@ -30,11 +31,6 @@ jobs:
env:
DOPPLER_TOKEN: ${{ secrets.DOPPLER_TOKEN }}

- name: Build project
run: doppler run -- npm run build
env:
DOPPLER_TOKEN: ${{ secrets.DOPPLER_TOKEN }}

- name: Deploy to Cloudflare Pages
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit ea2c51f

Please sign in to comment.