Skip to content

Commit

Permalink
chore: update seed.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Jan 11, 2024
1 parent 4a3a79b commit 663da7e
Show file tree
Hide file tree
Showing 3 changed files with 1,365 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
ship_it:
timeout-minutes: 60
runs-on: ubuntu-latest
environment: core
environment: production
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: 🔨 Install Dependencies 🔨
run: sudo apt-get update && sudo apt-get install make
- name: 🚀 Deploy 🚀
run: make deploy
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: make deploy

0 comments on commit 663da7e

Please sign in to comment.