Skip to content

Commit

Permalink
chore: log active firebase project
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Sep 27, 2024
1 parent 21903d1 commit 4b41d29
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -70,6 +70,7 @@ jobs:
with:
args: >
use $FIREBASE_TARGET &&
echo "active project: $FIREBASE_TARGET"
deploy --only firestore:rules,firestore:indexes,storage,hosting:$FIREBASE_TARGET
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Prduction - Deploy to GitHub Pages

# This workflow will trigger on any tag/release created on *any* branch
# Make sure to create tags/releases only from the "master" branch for consistency

0 comments on commit 4b41d29

Please sign in to comment.