Skip to content

Commit

Permalink
clean vars deploy and build
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored Sep 12, 2023
1 parent e37552d commit 5e459c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion oci_devops/build_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
exportedVariables:
- OBJECT_BUCKET_NAMESPACE_NAME
- OBJECT_BUCKET_NAME
- SSH_PUB_KEY

# cp -R ${OCI_PRIMARY_SOURCE_DIR}/${TF_PROVIDER_PATH}/${TF_STACK_DIR} .

Expand Down
3 changes: 3 additions & 0 deletions oci_devops/deploy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ env:
# these are local variables to the build config
variables:
vaultVariables:
SSH_PUB_KEY: ${ssh_key_sec}
TF_VAR_compartment_ocid: ${compartment_ocid_sec}

exportedVariables:
- OBJECT_BUCKET_NAMESPACE_NAME
- OBJECT_BUCKET_NAME
Expand Down

0 comments on commit 5e459c5

Please sign in to comment.