Skip to content
Snippets Groups Projects
Commit abb3537f authored by Dmitriy Rudko's avatar Dmitriy Rudko :speech_balloon:
Browse files

Merge branch 'trusted-fix-gcp-preshiping-deployment' into 'release/0.7'

GONRG-2002: added variables for PRE_PROD deployment

See merge request !31
parents 61ca4e2a 4defc9d2
No related branches found
No related tags found
1 merge request!31GONRG-2002: added variables for PRE_PROD deployment
Pipeline #32237 passed
......@@ -80,7 +80,7 @@ osdu-gcp-deploy:
osdu-gcp-deploy-pre-prod:
stage: deploy
script:
- gcloud auth activate-service-account --key-file $OSDU_GCP_DEPLOY_FILE
- gcloud auth activate-service-account --key-file $OSDU_GCP_PREPROD_DEPLOY_FILE
- cd src
- gsutil -m rsync -x "dags/libs*" -d -R dags $OSDU_GCP_DEPL_TARGET_PREPROD/dags/ingestion
- gsutil -m rsync -d -R dags/libs $OSDU_GCP_DEPL_TARGET_PREPROD/dags/libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment