Skip to content

Commit

Permalink
fix: broken ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Jan 9, 2024
1 parent e1d2ac2 commit 13d8069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
ship_it:
timeout-minutes: 60
runs-on: ubuntu-latest
environment: core
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -19,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 13d8069

Please sign in to comment.