You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the tutorial here, but using this package I couldn't add the cloudbuild.yml anywhere, as it doesn't use the root folder to deploy, but the bundle folder. How could it add the decrypt steps without forking your package?
The text was updated successfully, but these errors were encountered:
@frozeman Yep, it would be nice. For now, if you used cloud build steps to decrypt the files, meteor-google-cloud would be used for the build step only.
I tend to believe the package should take care of the build and deploy only. If we add decryption of variables it may start to increase the scope too much. I'm not sure.
I followed the tutorial here, but using this package I couldn't add the
cloudbuild.yml
anywhere, as it doesn't use the root folder to deploy, but thebundle
folder. How could it add the decrypt steps without forking your package?The text was updated successfully, but these errors were encountered: