Skip to content

Commit

Permalink
Update start_production_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 21, 2021
1 parent 6a1349d commit 37ac3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment/start_production_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ done
bash /opt/openlibrary/scripts/deployment/continue_production_deployment.sh
for SERVER in $SERVERS
do
ssh $SERVERS /opt/openlibrary/scripts/deployment/continue_production_deployment.sh
ssh $SERVER /opt/openlibrary/scripts/deployment/continue_production_deployment.sh
done

echo "Finished production deployment at $(date)"
Expand Down

0 comments on commit 37ac3dd

Please sign in to comment.