Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@64J0 64J0 released this 15 Jul 01:12
· 1 commit to master since this release
636db47

First functional version of this project. We have:

  • Application written in F# that scrapes a Bible's verse from a website and sends it to a Telegram chat;
  • Dockerized application using multi-stage Dockerfile and the last base image is .NET chiseled (.NET distroless);
  • Workflow to check lint according to Fantomas;
  • Workflow to build and push the containerized application to GitHub registry;
  • Workflow to use the dockerized application with a cron trigger.