You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
Would it possible to omit server and targetRoot from my Gruntfile? They could be picked up from the users local .igdeploy file? That way we don't need to expose info about our servers in code repos.
Also, having these values external to the Grunfile (and part of the build environment) make it possible for them to be overriding using environment variables.
So if my Grunfile.js is as above then this will override the server and targetRoot properties in my .igdeploy file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Gruntfile.js over in generator-ig-job has this snippet
Would it possible to omit
server
andtargetRoot
from my Gruntfile? They could be picked up from the users local.igdeploy
file? That way we don't need to expose info about our servers in code repos.Also, having these values external to the Grunfile (and part of the build environment) make it possible for them to be overriding using environment variables.
So if my
Grunfile.js
is as above then this will override theserver
andtargetRoot
properties in my.igdeploy
file.The text was updated successfully, but these errors were encountered: