ElasticBeanstalk using a script - path to web application package
Hi,
For the life of me I cannot see how I can get the path of the web application package as a result of :-
publish_wap: true
Given I have to use a custom build script to deploy via awsdeploy.exe I am assuming I cant use artifacts. So any guidance on how I can get the path of the package so I can can pass it to the awsdeploy configuration script would be much appreciated.
Thanks
Terry
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 26 Feb, 2015 04:10 AM
Hi Terry,
I'm not sure if it's documented, but there is
$artifacts
hash table being put into PowerShell context after all artifacts uploaded. You can iterate it with:2 Posted by terrencebenade on 26 Feb, 2015 04:58 AM
Hey Feodor, thanks for the crazy fast response! Any chance you can show me a working example in appveyor.yml. I cant get any to work.
dies in the parser
Support Staff 3 Posted by Feodor Fitsner on 26 Feb, 2015 05:06 AM
Use "reverse engineering" :) i.e. Export YAML:
4 Posted by terrencebenade on 26 Feb, 2015 07:01 AM
worked a treat thank you.
terrencebenade closed this discussion on 26 Feb, 2015 07:01 AM.