9 lines
200 B
Makefile
9 lines
200 B
Makefile
set_pipeline:
|
|
fly -t datentonne sp -p pixelfed -c pipeline.yml
|
|
|
|
trigger_job_docker:
|
|
fly -t datentonne tj -j pixelfed/build-docker -w
|
|
|
|
trigger_job_deb:
|
|
fly -t datentonne tj -j pixelfed/build-deb -w
|