Skip to content

Commit

Permalink
Update add-java.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
csotiistvan committed Dec 2, 2022
1 parent 2f48e52 commit ca45f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runcmd:
# Create file to denote script run is finished
- sudo touch /home/ubuntu/java_ready.csv
# Cron job to auto-redeploy every 5 minutes IF there is a new release
- (sudo crontab -l ; echo "*/5 * * * * sudo bash /home/ubuntu/redeploy.sh ") | crontab -
- (sudo crontab -l ; echo "*/5 * * * * sudo bash /home/ubuntu/redeploy.sh ") | sudo crontab -
#For reference
#Interactive docker sesh
#sudo docker exec -it JARJAR /bin/bash
Expand Down

0 comments on commit ca45f28

Please sign in to comment.