Skip to content
New issue

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

Cant use param's values inside .yml #1508

Closed
ihipop opened this issue Jan 18, 2018 · 2 comments
Closed

Cant use param's values inside .yml #1508

ihipop opened this issue Jan 18, 2018 · 2 comments
Labels
Milestone

Comments

@ihipop
Copy link

ihipop commented Jan 18, 2018

Q A
Issue Type Bug
Deployer Version 6.0.5
Local Machine OS Debian SID
Remote Machine OS N/A

Description

It seems that .yml file will express the param's value https://deployer.org/docs/hosts
image
But, Actually not.

Steps to reproduce

host.yml

dev:
    identityFile: "{{application}}"

Content of deploy.php

set('application', '~/dev.examle.com/key');

Output log

image

@antonmedv
Copy link
Member

Yes, looks like a bug.

@antonmedv
Copy link
Member

Should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants