Skip to content

Commit

Permalink
manual override
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Oct 7, 2024
1 parent 126bb0c commit 5659b5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-api-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ on:
options:
- staging
- production
push:
ty/53-follow-up

jobs:
update:
environment:
name: ${{ inputs.environment }}
name: staging
env:
DO_SPACES_ACCESS_KEY: ${{ secrets.DO_SPACES_ACCESS_KEY }}
DO_SPACES_ENDPOINT: ${{ secrets.DO_SPACES_ENDPOINT }}
Expand Down Expand Up @@ -65,4 +67,4 @@ jobs:
- name: install node dependencies
run: npm ci
- name: run flow
run: BUILD=${{ inputs.build }} npm run flow
run: BUILD=all npm run flow

0 comments on commit 5659b5c

Please sign in to comment.