Skip to content

Commit

Permalink
folder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekSingh1180 committed Feb 24, 2024
1 parent 44648d7 commit 3977930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/Deployment/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ read -r BUCKET_NAME GCS_FOLDER <<< $(echo "$2" | tr ',' ' ')
gcloud storage buckets create gs://$BUCKET_NAME --project=$PROJECT_NAME --location=$REGION --no-public-access-prevention --no-uniform-bucket-level-access

# cp local folder to GCS bucket
gcloud storage cp $FOLDER_PATH gs://$BUCKET_NAME/$GCS_FOLDER
gcloud storage cp $FOLDER_PATH gs://$BUCKET_NAME/$GCS_FOLDER/

0 comments on commit 3977930

Please sign in to comment.