Skip to content

Commit

Permalink
Add GH status badge, tweak repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 3, 2022
1 parent 9c977bb commit 545957d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
run: make build

- name: 'Bundle Zip'
if: github.repository == 'Crunchydata/pg_tileserv' && github.ref_name == 'master'
if: github.repository == 'CrunchyData/pg_tileserv' && github.ref_name == 'master'
env:
MATRIX_OS: ${{ matrix.os }}
run: ./ci/github-bundle.sh
shell: bash

- name: 'Login to AWS'
if: github.repository == 'Crunchydata/pg_tileserv' && github.ref_name == 'master'
if: github.repository == 'CrunchyData/pg_tileserv' && github.ref_name == 'master'
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: 'Upload Zip'
if: github.repository == 'Crunchydata/pg_tileserv' && github.ref_name == 'master'
if: github.repository == 'CrunchyData/pg_tileserv' && github.ref_name == 'master'
run: aws s3 sync ./upload s3://postgisftw
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
if: github.repository == 'Crunchydata/pg_tileserv'
if: github.repository == 'CrunchyData/pg_tileserv'
steps:

- name: Install Go
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

# pg_tileserv

[![Travis Build Status][travisbuild]](https://travis-ci.org/CrunchyData/pg_tileserv)

[travisbuild]: https://api.travis-ci.org/CrunchyData/pg_tileserv.svg?branch=master "Travis CI"
[![.github/workflows/ci.yml](https://github.com/CrunchyData/pg_tileserv/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/CrunchyData/pg_tileserv/actions/workflows/ci.yml)

A [PostGIS](https://postgis.net/)-only tile server in [Go](https://golang.org/). Strip away all the other requirements, it just has to take in HTTP tile requests and form and execute SQL. In a sincere act of flattery, the API looks a lot like that of the [Martin](https://github.com/urbica/martin) tile server.

Expand Down

0 comments on commit 545957d

Please sign in to comment.