Skip to content

Serve old JSON-LD context with correct content type #12

Serve old JSON-LD context with correct content type

Serve old JSON-LD context with correct content type #12

Workflow file for this run

name: Deploy activitypods.org
on:
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands
uses: appleboy/[email protected]
with:
host: activitypods.org
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
port: 22
script: |
cd mypod.store
docker compose build activitypods-website
docker compose up -d activitypods-website