File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🚀 Release Chart
2+
3+ on :
4+ # Push includes PR merge
5+ push :
6+ branches :
7+ - dev
8+ paths :
9+ # Workflow is triggered only if chart dir changes
10+ - chart/**
11+ # Allow manual trigger
12+ workflow_dispatch :
13+
14+ permissions :
15+ contents : read
16+ packages : write
17+
18+ jobs :
19+ publish :
20+ uses : hotosm/gh-workflows/.github/workflows/just.yml@3.6.0
21+ with :
22+ environment : " test"
23+ command : " chart publish"
24+ secrets : inherit
Original file line number Diff line number Diff line change 1+ set dotenv-load
2+
3+ # List available commands
4+ [private ]
5+ default :
6+ just help
7+
8+ # List available commands
9+ help :
10+ just --justfile {{ justfile ()}} --list
11+
12+ # Chart module from https://github.com/hotosm/justfiles
13+ chart * args :
14+ @ curl -sS https:// raw.githubusercontent.com/ hotosm/ justfiles/ main/ chart.just \
15+ - o {{ justfile_directory ()}} / tasks/ chart.just;
16+ @ just --justfile {{ justfile_directory ()}} / tasks/ chart.just --set chart_name " login" {{ args}}
Original file line number Diff line number Diff line change 1+ # Justfiles imported from https://github.com/hotosm/justfiles
2+ * .just
You can’t perform that action at this time.
0 commit comments