Skip to content

Commit 33eff59

Browse files
authored
update deployment workflow to trigger on release publication (#6)
* update Changelog link in README to reflect new repository location * update deployment workflow to trigger on release publication
1 parent 58ad71e commit 33eff59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: App Platform - Deployment
22

33
on:
4-
push:
5-
branches: [main]
4+
release:
5+
types: [published]
66
workflow_dispatch:
77

88
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configure Advanced Settings for DigitalOcean Managed Databases
22

3-
[![Changelog](https://img.shields.io/github/v/release/jkpe/do-db-config-ui?include_prereleases&label=changelog)](https://github.com/jkpe/do-db-config-ui/releases)
3+
[![Changelog](https://img.shields.io/github/v/release/do-solutions/do-db-config-ui?include_prereleases&label=changelog)](https://github.com/do-solutions/do-db-config-ui/releases)
44

55
This project is a web application built with React and React Router that provides a user interface for configuring advanced settings on DigitalOcean Managed Databases. The tool allows you to customize configuration options for various database engines (MySQL, PostgreSQL, Redis, MongoDB, Kafka, OpenSearch) and then generates API requests (including preformatted `curl` and `doctl` commands) so you can update your databases via DigitalOcean's API.
66

0 commit comments

Comments
 (0)