Skip to content

Commit

Permalink
deployment name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragades-Rajagopal committed Feb 8, 2024
1 parent 541aa11 commit 6a42909
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/platformatic-dynamic-workspace-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy Platformatic application to the cloud
name: Dynamic workspace
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- "docs/**"
- "**.md"

jobs:
build_and_deploy:
Expand All @@ -25,7 +25,7 @@ jobs:
platformatic_workspace_key: ${{ secrets.PLATFORMATIC_DYNAMIC_WORKSPACE_API_KEY }}
platformatic_config_path: ./platformatic.db.json
env:
DATABASE_URL: sqlite://./db.sqlite
PLT_SERVER_LOGGER_LEVEL: info
PORT: 3042
PLT_SERVER_HOSTNAME: 127.0.0.1
DATABASE_URL: sqlite://./db.sqlite
PLT_SERVER_LOGGER_LEVEL: info
PORT: 3042
PLT_SERVER_HOSTNAME: 127.0.0.1
14 changes: 7 additions & 7 deletions .github/workflows/platformatic-static-workspace-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy Platformatic application to the cloud
name: Static workspace
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- "docs/**"
- "**.md"

jobs:
build_and_deploy:
Expand All @@ -25,7 +25,7 @@ jobs:
platformatic_workspace_key: ${{ secrets.PLATFORMATIC_STATIC_WORKSPACE_API_KEY }}
platformatic_config_path: ./platformatic.db.json
env:
DATABASE_URL: sqlite://./db.sqlite
PLT_SERVER_LOGGER_LEVEL: info
PORT: 3042
PLT_SERVER_HOSTNAME: 127.0.0.1
DATABASE_URL: sqlite://./db.sqlite
PLT_SERVER_LOGGER_LEVEL: info
PORT: 3042
PLT_SERVER_HOSTNAME: 127.0.0.1

0 comments on commit 6a42909

Please sign in to comment.