Merge pull request #45 from jkaninda/v1.0
refactor: update github action
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@@ -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.
|
It also supports __encrypting__ your backups using GPG.
|
||||||
|
|
||||||
[](https://github.com/jkaninda/pg-bkup/actions/workflows/build.yml)
|
[](https://github.com/jkaninda/pg-bkup/actions/workflows/release.yml)
|
||||||
[](https://goreportcard.com/report/github.com/jkaninda/pg-bkup)
|
[](https://goreportcard.com/report/github.com/jkaninda/pg-bkup)
|
||||||

|

|
||||||

|

|
||||||
|
|||||||
@@ -13,10 +13,11 @@
|
|||||||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
# 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
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
title: Postgres Backup
|
title: Postgres database backup
|
||||||
email: hi@jonaskaninda.com
|
email: hi@jonaskaninda.com
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
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
|
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
|
url: "jkaninda.github.io/pg-bkup/" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: jonaskaninda
|
twitter_username: jonaskaninda
|
||||||
|
|||||||
Reference in New Issue
Block a user