Skip to content

Postgres port clash hotfix v0.0.2 #2

Postgres port clash hotfix v0.0.2

Postgres port clash hotfix v0.0.2 #2

Workflow file for this run

name: Host a new release of the API
on:
release:
types:
- published
jobs:
release:
name: Build and deploy to prod
runs-on: ubuntu-latest
steps:
- name: ssh into machine, and clone repo
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
cd /home/ubuntu/clones
cd chronofactorem-rewrite-prod
git reset --hard HEAD
git pull
docker compose --profile ingestion down
docker compose --profile prod down
docker compose --profile prod up --build -d