Skip to content

Commit 98ebe09

Browse files
committed
execute deployment scripts for Cloud Run services
1 parent 499b771 commit 98ebe09

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

broker/setup_broker/lsst/setup_broker.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ echo "Configuring Cloud Run services..."
218218
./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
219219

220220
#--- supernnova Cloud Run service
221-
# cd .. && cd classify_snn
222-
# ./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
221+
cd .. && cd classify_snn
222+
./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
223223

224-
# #--- variability Cloud Run service
225-
# cd .. && cd variability
226-
# ./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
224+
#--- variability Cloud Run service
225+
cd .. && cd variability
226+
./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
227227

228-
# #--- upsilon Cloud Run service
229-
# cd .. && cd classify_upsilon
230-
# ./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
228+
#--- upsilon Cloud Run service
229+
cd .. && cd classify_upsilon
230+
./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
231231
) || exit

0 commit comments

Comments
 (0)