Skip to content

Commit

Permalink
Fixed noindex directive for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Feb 21, 2024
1 parent 187738c commit e9124c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- `noindex` directive for staging

## [2.0.2] - 21-02-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion werf-giterminism.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
giterminismConfigVersion: 1
config:
goTemplateRendering:
allowEnvVariables: ["URL", "BASE_URL"]
allowEnvVariables: ["URL", "BASE_URL", "STAGING"]
1 change: 1 addition & 0 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ shell:
setup:
- export BASE_URL={{ env "BASE_URL" }}
- export URL={{ env "URL" }}
- export STAGING={{ env "STAGING" }}
- cd /app
- yarn build

Expand Down

0 comments on commit e9124c7

Please sign in to comment.