Guest User

Untitled

a guest
Feb 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # service account from earlier
  2. SERVICE_ACCOUNT_DEST=~/.gcp/gcs-artifacts-account.json
  3. # artifact account name
  4. ARTIFACT_ACCOUNT_NAME=my-gcs-artifact-account
  5. # enable artifact support if you didn't already
  6. hal config features edit --artifacts true
  7. # enable gcs artifact support
  8. hal config artifact gcs account add $ARTIFACT_ACCOUNT_NAME \
  9. --json-path $SERVICE_ACCOUNT_DEST
  10. hal config artifact gcs enable
  11. # deploy your changes
  12. hal deploy apply
Add Comment
Please, Sign In to add comment