Skip to content

Commit 175b68b

Browse files
committed
Primer commit test
1 parent 9358603 commit 175b68b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
# URL completa de tu servidor CapRover (ej: https://captain.miservidor.com)
2222
#server: http://testapp.capradich.mywire.org/
23-
server: http://captain.capradich.mywire.org/
23+
#server: http://captain.capradich.mywire.org/
2424
# El nombre de la app tal como aparece en el panel de CapRover
25-
app: testapp
25+
#app: testapp
2626
# Usa el secreto que creaste en GitHub
27-
token: ${{ d131f040aa97680a5043d0a0894b34fab4162c69a0ca7c230402d029586ea6e0 }}
28-
#server: '${{ secrets.CAPROVER_SERVER }}'
29-
#app: '${{ secrets.APP_NAME }}'
30-
#token: '${{ secrets.APP_TOKEN }}'
27+
#token: ${{ d131f040aa97680a5043d0a0894b34fab4162c69a0ca7c230402d029586ea6e0 }}
28+
server: '${{ secrets.CAPROVER_SERVER }}'
29+
app: '${{ secrets.APP_NAME }}'
30+
token: '${{ secrets.APP_TOKEN }}'

0 commit comments

Comments
 (0)