From a81c7aa7b470404cfe4adbbf1f4ebab546cd662b Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 3 Aug 2024 08:41:03 +0200 Subject: [PATCH] refactor: update github action --- .github/workflows/{build.yml => release.yml} | 2 +- README.md | 2 +- docs/_config.yml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename .github/workflows/{build.yml => release.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/release.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/release.yml index afeb016..cfc94f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Build +name: Release on: push: tags: diff --git a/README.md b/README.md index 7622aa2..ab481e2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It handles __recurring__ backups of postgres database on Docker and can be deplo It also supports __encrypting__ your backups using GPG. -[![Build](https://github.com/jkaninda/pg-bkup/actions/workflows/build.yml/badge.svg)](https://github.com/jkaninda/pg-bkup/actions/workflows/build.yml) +[![Build](https://github.com/jkaninda/pg-bkup/actions/workflows/release.yml/badge.svg)](https://github.com/jkaninda/pg-bkup/actions/workflows/release.yml) [![Go Report](https://goreportcard.com/badge/github.com/jkaninda/mysql-bkup)](https://goreportcard.com/report/github.com/jkaninda/pg-bkup) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jkaninda/pg-bkup?style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/jkaninda/pg-bkup?style=flat-square) diff --git a/docs/_config.yml b/docs/_config.yml index b3049eb..68527be 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,10 +13,11 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Postgres Backup +title: Postgres database backup email: hi@jonaskaninda.com description: >- # this means to ignore newlines until "baseurl:" - PostgreSQL Backup and Restoration tool. Backup database to AWS S3 storage or any S3 Alternatives for Object Storage. + PostgreSQL Backup and Restore Docker container image. Backup database to AWS S3 storage or SSH remote server. + baseurl: "" # the subpath of your site, e.g. /blog url: "jkaninda.github.io/pg-bkup/" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jonaskaninda