-
Notifications
You must be signed in to change notification settings - Fork 187
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
Appspec.yml - support deployment specification params #70
base: master
Are you sure you want to change the base?
Conversation
will this feature be available soon as it's petty cool |
@ejhayes i have just tried this and it doesnt work. Is this supposed to be live yet? |
Any idea when this might be available? |
@praymaker the PR right now is failing will have to fix test before i accept this @ejhayes |
… These same values are also allowed to be used in the hook scripts: https://blogs.aws.amazon.com/application-management/post/Tx1PX2XMPLYPULD/Using-CodeDeploy-Environment-Variables
Hi can we see this feature live soon? |
@wickstargazer I was taking a look at this a couple days ago and was having trouble getting it to pass the tests. The appspec yaml file is getting parsed as a ERB, but the tests are failing because my update passing the deployment spec params to the parsing function. Want to take a look to see if you can get it to pass? |
3 years later, still not merged :( In gitlab-ci.yml they use this syntax:
|
+1 |
any updates on this |
any updates ? |
Any update? |
1 similar comment
Any update? |
Ping.. any developers looking at this? Cheers |
It looks like it is possible to use deployment specification values in hook scripts
https://blogs.aws.amazon.com/application-management/post/Tx1PX2XMPLYPULD/Using-CodeDeploy-Environment-Variables
However, I noticed that it wasn't possible to use these values in the
appspec.yml
file. This PR adds support for that. To use the deployment specification values in theappspec.yml
you can simply do this:The following values are supported:
application_name
deployment_id
deployment_group_name
deployment_group_dir
deployment_root_dir
last_successful_deployment_dir