Skip to content

Commit 9358603

Browse files
committed
Primer commit test
1 parent 8c74d2c commit 9358603

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +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/
2324
# El nombre de la app tal como aparece en el panel de CapRover
24-
#app: testapp
25+
app: testapp
2526
# Usa el secreto que creaste en GitHub
26-
#token: ${{ d131f040aa97680a5043d0a0894b34fab4162c69a0ca7c230402d029586ea6e0 }}
27-
server: '${{ secrets.CAPROVER_SERVER }}'
28-
app: '${{ secrets.APP_NAME }}'
29-
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)