Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Fine words and an insinuating appearance are seldom associated with … #55

Fine words and an insinuating appearance are seldom associated with …

Fine words and an insinuating appearance are seldom associated with … #55

Workflow file for this run

name: Byggsteg
on:
push:
branches:
- trunk
jobs:
byggsteg:
runs-on: ubuntu-latest
steps:
- name: "trigger deploy new byggsteg version at jointhefreeworld.org"
run: |
curl 'https://byggsteg.jointhefreeworld.org/api/jobs/submit' \
-X POST -H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Authorization: Basic ${{secrets.BYGGSTEG_KEY}}' \
--data-urlencode "job-code=\`((project . \"byggsteg\")(branch-name . \"trunk\")(task . \"byggsteg-version\")(clone-url . \"https://github.com/jjba23/byggsteg\"))"