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 13, 2023
1 parent bb5c202 commit 48c227a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/platformatic-dynamic-workspace-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
PLT_SERVER_HOSTNAME: DDDDDDDD
PORT: 88888
PLT_SERVER_LOGGER_LEVEL: debug
PLT_SERVER_HOSTNAME: BBBBBBBBBB
PORT: 2222
PLT_SERVER_LOGGER_LEVEL: error
DEPLOY_SERVICE_HOST: https://plt-development-deploy-service.fly.dev


Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/platformatic-static-workspace-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:
permissions:
contents: read
runs-on: ubuntu-latest

env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
PLT_SERVER_HOSTNAME: BBBBBBBBBB
PORT: 9999
PLT_SERVER_LOGGER_LEVEL: info
PLT_SERVER_HOSTNAME: example
PORT: 11111
PLT_SERVER_LOGGER_LEVEL: debug
DEPLOY_SERVICE_HOST: https://plt-development-deploy-service.fly.dev


steps:
- name: Checkout application project repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 48c227a

Please sign in to comment.