remove docs from monorepo

This commit is contained in:
PxlLoewe
2025-07-14 14:13:40 -07:00
parent 879e9d1e89
commit 1cb2ddc5bb
106 changed files with 13 additions and 3447 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Pull latest code
uses: appleboy/ssh-action@v1
with:
host: ${{ vars.STAGING_HOST }}
host: ${{ vars.PRODUCTION_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: 22
@@ -26,7 +26,7 @@ jobs:
- name: Deploy migration to Database
uses: appleboy/ssh-action@v1
with:
host: ${{ vars.STAGING_HOST }}
host: ${{ vars.PRODUCTION_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: 22