We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ca9f6 commit 3c9e97eCopy full SHA for 3c9e97e
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ secrets.PYDAY_USER }}
31
password: ${{ secrets.PYDAY_PASS }}
32
port: ${{ secrets.PYDAY_PORT }}
33
- source: ".next,public,next.config.js,package.json,package-lock.json"
+ source: ".next,public,next.config.mjs,package.json,package-lock.json"
34
target: "pydaydotcl"
35
36
- name: Iniciar app con PM2 en el servidor
0 commit comments