Skip to content

Commit

Permalink
Fix error in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
toneillbroad committed Jul 23, 2024
1 parent e833f1b commit ddb3ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/bin/deploy-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ elif [[ ${instance} =~ ^.*vcv.*$ ]]; then
$scheduler_command --schedule='45 * * * *'
elif [[ ${instance} =~ ^.*somatic.*$ ]]; then
echo "Running the somatic watcher deployment..."
$vcv_cloud_run_deploy
$somatic_cloud_run_deploy
echo "Running somatic cloud run scheduler deployment"
$scheduler_command --schedule='55 * * * *'
fi
Expand Down

0 comments on commit ddb3ae2

Please sign in to comment.