Skip to content

Commit

Permalink
backend deployment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shkwahab committed Sep 2, 2024
1 parent f412790 commit b408e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cat << 'EOF' > credentials.json
${{ secrets.FIREBASE_CREDENTIALS }}
EOF
mv backend/* ../
mv backend/* ./
rm -rf backend frontend
pnpm i && pnpm build
cd ..
Expand Down

0 comments on commit b408e0c

Please sign in to comment.