We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee710a8 commit 8057184Copy full SHA for 8057184
.github/workflows/release.yml
@@ -88,4 +88,4 @@ jobs:
88
username: ${{ secrets.PRODUCTION_USER }}
89
key : ${{ secrets.PRODUCTION_KEY }}
90
port: ${{ secrets.PRODUCTION_PORT }}
91
- script: (sudo chmod 755 /opt/les-projets-cagnottes/web/deployment/bin/deploy.sh) && (nohup /opt/les-projets-cagnottes/core/deployment/bin/deploy.sh ${{ steps.get_version.outputs.VERSION }} &> /opt/les-projets-cagnottes/core/deployment/bin/console.log < /dev/null &) && exit 0
+ script: (sudo chmod 755 /opt/les-projets-cagnottes/web/deployment/bin/deploy.sh) && (nohup /opt/les-projets-cagnottes/web/deployment/bin/deploy.sh ${{ steps.get_version.outputs.VERSION }} &> /opt/les-projets-cagnottes/web/deployment/bin/console.log < /dev/null &) && exit 0
0 commit comments