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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\"))" | |