Skip to main content
Module

x/omdb/.build.yml

Access OMDb's API with Deno.
Go to Latest
File
image: alpine/edgesecrets: - 0323bc6f-a046-4b96-8496-2bac6e7ee107environment: DIR: deno-omdbtriggers: - action: email condition: failure to: tim@harek.notasks: - check: | cd $DIR if [ "$(git rev-parse origin/main)" != "$(git rev-parse HEAD)" ]; then \ complete-build; \ fi - mirror: | cd $DIR git remote add github git@github.com:timharek/deno-omdb.git ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts git push github main if [ "$(git describe --exact-match --tags HEAD)" ]; then \ git push --tags github; \ fi