chore: update min dokku version and only test push on master branch
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
- '*'
|
- '*'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
@@ -19,6 +19,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
dokku-version:
|
dokku-version:
|
||||||
- master
|
- master
|
||||||
|
- v0.19.0
|
||||||
env:
|
env:
|
||||||
DOKKU_VERSION: ${{ matrix.dokku-version }}
|
DOKKU_VERSION: ${{ matrix.dokku-version }}
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,13 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 1
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- dokku 0.12.x+
|
- dokku 0.19.x+
|
||||||
- docker 1.8.x
|
- docker 1.8.x
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# on 0.12.x+
|
# on 0.19.x+
|
||||||
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
|
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -506,7 +506,7 @@ def main():
|
|||||||
sponsors = re.search("\[([\"\w\s,_-]+)\]", line).group(1)
|
sponsors = re.search("\[([\"\w\s,_-]+)\]", line).group(1)
|
||||||
sponsors = [s.strip("\"") for s in sponsors.split(",")]
|
sponsors = [s.strip("\"") for s in sponsors.split(",")]
|
||||||
|
|
||||||
text = compile(service, version, variable, alias, image, scheme, ports, sponsors, unimplemented, "0.12.x+")
|
text = compile(service, version, variable, alias, image, scheme, ports, sponsors, unimplemented, "0.19.x+")
|
||||||
|
|
||||||
base_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
base_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||||
readme_file = os.path.join(base_path, "README.md")
|
readme_file = os.path.join(base_path, "README.md")
|
||||||
|
|||||||
Reference in New Issue
Block a user