Project: sparky

Build now

Configuration

sparrowdo:
  no_sudo: true
  no_index_update: false
  bootstrap: false
  format: default
  repo: https://sparrowhub.io/repo
  tags: >-
    SCM_URL=https://github.com/melezhik/sparky.git,
    SCM_SHA=master
disabled: false
keep_builds: 1000
allow_manual_run: true
scm:
  url: https://github.com/melezhik/sparky.git
  branch: master

Job

#!raku

git-scm tags()<SCM_URL>, %(
  to => "{%*ENV<HOME>}/projects/sparky",
  branch => tags<SCM_BRANCH>
);

bash "tom install", %(
  cwd => "{%*ENV<HOME>}/projects/sparky",
);

bash "sudo service sparky restart";