We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow these steps (loosely based on getting-started):
hlx demo demo && cd demo
hlx build
git remote add origin <mytestprojectcode_repo_url>.git
hlx deploy --dirty --add=default
The resulting helix-config.yaml will look like this:
helix-config.yaml
# # helix configuration for local development # version: 1 definitions: defaults: - &defaultRepo "<mytestprojectcode_repo_url>.git" strains: - name: default code: <mytestprojectcode_repo_url>.git#master content: <mytestprojectcode_repo_url>.git#master static: <mytestprojectcode_repo_url>.git/htdocs#master package: (...)
I would expect it to make use of the *defaultRepo variable, since it's being defined above.
The text was updated successfully, but these errors were encountered:
Relates to #711
Sorry, something went wrong.
won't fix for helix 2. irrelevant for helix 3.
No branches or pull requests
Follow these steps (loosely based on getting-started):
hlx demo demo && cd demo
hlx build
git remote add origin <mytestprojectcode_repo_url>.git
hlx deploy --dirty --add=default
The resulting
helix-config.yaml
will look like this:I would expect it to make use of the *defaultRepo variable, since it's being defined above.
The text was updated successfully, but these errors were encountered: