Skip to content

Commit

Permalink
Add key, remove workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Nov 24, 2023
1 parent 89b1245 commit 14e364a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

# Deploy the build
deploy:
name: Deploy
needs: build
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand All @@ -61,6 +60,9 @@ jobs:

- name: Generate data
run: npm run gen
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Deploy to staging
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 14e364a

Please sign in to comment.