Skip to content

Commit

Permalink
v5 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
netto14cr committed Aug 23, 2024
1 parent acff448 commit 4dbee9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }} # El contenido JSON como variable secreta
run: |
mkdir -p google/key # Crea el directorio si no existe
echo "$GOOGLE_CREDENTIALS" > google/key/credential
echo "$GOOGLE_CREDENTIALS" > google/key/credentials.json # Crea el archivo JSON
vercel --prod --yes # Usa --yes en lugar de --confirm

0 comments on commit 4dbee9f

Please sign in to comment.