Test that we pull in env host variables

Now that clear env variables specified on the command line we can check
that values specified as `${VAR}` are pulled in from the host.
This commit is contained in:
Donal McBreen
2024-03-25 12:26:37 +00:00
parent 49afdbb09a
commit 5481fbb973
3 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ servers:
- vm2
env:
clear:
CLEAR_TOKEN: '4321'
CLEAR_TOKEN: 4321
HOST_TOKEN: "${HOST_TOKEN}"
secret:
- SECRET_TOKEN
asset_path: /usr/share/nginx/html/versions