Skip to content

Commit

Permalink
Merge pull request #1219 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.4
  • Loading branch information
mitchdowney committed Dec 7, 2023
2 parents 2e8c2e3 + 33230bd commit d5dacf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
docker stop podverse_web_prod
docker rm podverse_web_prod
docker image rm podverse/podverse_web:latest
docker compose -f /opt/podverse-ops/docker-compose/prod/srv/docker-compose.yml up --quiet -d podverse_web
docker compose -f /opt/podverse-ops/docker-compose/prod/srv/docker-compose.yml up --quiet-pull -d podverse_web
- name: send deploy finished message to Matrix Alerts room
uses: s3krit/matrix-message-action@v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-web",
"version": "4.15.3",
"version": "4.15.4",
"description": "Web app for the Podverse podcast clip sharing ecosystem",
"repository": {
"type": "git",
Expand Down

0 comments on commit d5dacf6

Please sign in to comment.