Skip to content

Commit 3c9e97e

Browse files
authored
Update deploy.yml
1 parent a6ca9f6 commit 3c9e97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ secrets.PYDAY_USER }}
3131
password: ${{ secrets.PYDAY_PASS }}
3232
port: ${{ secrets.PYDAY_PORT }}
33-
source: ".next,public,next.config.js,package.json,package-lock.json"
33+
source: ".next,public,next.config.mjs,package.json,package-lock.json"
3434
target: "pydaydotcl"
3535

3636
- name: Iniciar app con PM2 en el servidor

0 commit comments

Comments
 (0)