Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrock-3 authored May 6, 2024
1 parent f63760d commit 06936b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: S3 Deploy
on:
push:
branches:
- dev-deployment
- main
env:
NODE_ENV: ${{ secrets.NODE_ENV }}
VITE_FIREBASE_APIKEY: ${{ secrets.VITE_FIREBASE_APIKEY }}
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
delete-removed: true
no-cache: true
private: true
filesToInclude: '.*/*,*/*,**'
filesToInclude: '.*/*,*/*,**'

0 comments on commit 06936b4

Please sign in to comment.