Skip to content

Commit

Permalink
#7 - geopython/pygeoapi#325 fix dockerhub webhook deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jan 14, 2020
1 parent 994f0c1 commit 5887dd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions services/dockerhub/scripts/pygeoapi_latest.update.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

echo "Updating pygeoapi_master..."

cd /srv/pygeoapi_master && ./stop.sh && docker pull geopython/pygeoapi:latest && ./build.sh && docker-compose up -d
docker pull geopython/pygeoapi:latest

cd /srv/pygeoapi_master && ./stop.sh && ./build.sh && docker-compose up -d

echo "Updating pygeoapi_cite..."

cd /srv/pygeoapi_cite && ./stop.sh && docker pull geopython/pygeoapi:latest && ./build.sh && docker-compose up -d
cd /srv/pygeoapi_cite && ./stop.sh && ./build.sh && docker-compose up -d

echo "Cleaning up..."

Expand Down

0 comments on commit 5887dd6

Please sign in to comment.