Project: houston-update

Build now

Configuration

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

Job

#!raku

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