From baea7176082e8e428b89d746de4cdc6856d9adf2 Mon Sep 17 00:00:00 2001 From: Antonio Sonis Date: Tue, 7 Nov 2023 10:34:58 +0100 Subject: [PATCH] Adds Platformatic Cloud GitHub Actions --- .github/workflows/platformatic-static-workspace-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/platformatic-static-workspace-deploy.yml b/.github/workflows/platformatic-static-workspace-deploy.yml index 5b167b7..e2609f2 100644 --- a/.github/workflows/platformatic-static-workspace-deploy.yml +++ b/.github/workflows/platformatic-static-workspace-deploy.yml @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest env: DATABASE_URL: ${{ secrets.DATABASE_URL }} - PLT_SERVER_HOSTNAME: HOSTNAME_TEST - PORT: 99999 - PLT_SERVER_LOGGER_LEVEL: INFO + PLT_SERVER_HOSTNAME: BBBBBBBBBB + PORT: A999 + PLT_SERVER_LOGGER_LEVEL: info DEPLOY_SERVICE_HOST: https://plt-development-deploy-service.fly.dev steps: