Skip to content

Commit

Permalink
V2 dev pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Aug 5, 2024
1 parent 65f1bf0 commit b2c3c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
DB_PASSWORD : ${{ secrets.DB_PASSWORD }}
DB_PORT : ${{ vars.DB_PORT }}
API_KEY : ${{ secrets.API_KEY }}
API_VERSION : ${{ vars.API_KEY }}
API_VERSION : ${{ vars.API_VERSION }}
PORT: ${{ vars.PORT }}
node_port: ${{ vars.NODE_PORT }}
app_name: ${{ vars.APP_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
DB_PASSWORD : ${{ secrets.DB_PASSWORD }}
DB_PORT : ${{ vars.DB_PORT }}
API_KEY : ${{ secrets.API_KEY }}
API_VERSION : ${{ vars.API_KEY }}
API_VERSION : ${{ vars.API_VERSION }}
PORT: ${{ vars.PORT }}
node_port: ${{ vars.NODE_PORT }}
app_name: ${{ vars.APP_NAME }}
Expand Down

0 comments on commit b2c3c4b

Please sign in to comment.