walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Specify user who runs command #40

Closed takahi-i closed 7 years ago

takahi-i commented 10 years ago

Specifying the user to run command in the configuration file would be useful especially the higher level stages such as Ansible or Capistrano.

The configuration would be the above conf.

 pipeline:
    - stage_name: command_stage_1
       stage_type: command
       command: echo "hello, world"
       user: takahi-i
mizzy commented 7 years ago

I close this for cleaning issues.