Skip to content

Commit

Permalink
Another take at solving stucked deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Nov 2, 2016
1 parent e7360c8 commit a22076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/10-deploy-production
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ cp api/target/universal/api-1.0-SNAPSHOT.tgz /opt/journeymonitor/analyze/
cd /opt/journeymonitor/analyze/
/bin/tar xvfz api-1.0-SNAPSHOT.tgz

/bin/su -s /bin/bash -c ". /etc/journeymonitor/app-analyze-env.sh && /usr/bin/nohup /bin/bash /opt/journeymonitor/analyze/api-1.0-SNAPSHOT/bin/api >> /var/tmp/journeymonitor-analyze-api.log 2>&1 &" journeymonitor &
/usr/bin/nohup /bin/su -s /bin/bash -c ". /etc/journeymonitor/app-analyze-env.sh && /usr/bin/nohup /opt/journeymonitor/analyze/api-1.0-SNAPSHOT/bin/api >> /var/tmp/journeymonitor-analyze-api.log 2>&1 &" journeymonitor &

echo "Debug: Reached end of 10-deploy-production script"

0 comments on commit a22076a

Please sign in to comment.