Skip to content

Commit

Permalink
Adds Platformatic Cloud GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysnowboardunderthebridge committed Nov 6, 2023
1 parent 3af7238 commit e37a400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platformatic-static-workspace-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
PLT_SERVER_HOSTNAME: trumpet.db.elephantsql.com/cebcnahl
PORT: 5142
PLT_SERVER_LOGGER_LEVEL: info
PORT: 3001
PLT_SERVER_HOSTNAME: 127.0.0.1
DEPLOY_SERVICE_HOST: https://plt-development-deploy-service.fly.dev

steps:
Expand Down

0 comments on commit e37a400

Please sign in to comment.