Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
netto14cr committed Aug 23, 2024
1 parent 19c572e commit 1b740c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ 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/credentials.json # Crea el archivo JSON
vercel --prod --yes # Usa --yes en lugar de --confirm
echo "$GOOGLE_CREDENTIALS" > google/key/credential

0 comments on commit 1b740c3

Please sign in to comment.