Skip to content

Commit 8057184

Browse files
committed
Call the correct script for production deployment
1 parent ee710a8 commit 8057184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
username: ${{ secrets.PRODUCTION_USER }}
8989
key : ${{ secrets.PRODUCTION_KEY }}
9090
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
91+
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

Comments
 (0)