Skip to content

Commit

Permalink
chnaged .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
david emioma committed Mar 15, 2024
1 parent 8d56da1 commit db648a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
TEST_USER_PRODUCT_ID: ${{ secrets.TEST_USER_PRODUCT_ID }}
NEXT_PUBLIC_TEST_APP_URL: ${{ secrets.NEXT_PUBLIC_TEST_APP_URL }}
NEXT_PUBLIC_APP_URL: ${{ secrets.NEXT_PUBLIC_APP_URL }}

deploy:
needs: build-and-test
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
test_user_productId: process.env.TEST_USER_PRODUCT_ID,
user_email: process.env.TEST_USER_EMAIL,
user_password: process.env.TEST_USER_PASSWORD,
public_url: process.env.NEXT_PUBLIC_TEST_APP_URL,
public_url: process.env.NEXT_PUBLIC_APP_URL,
},
},
});

0 comments on commit db648a1

Please sign in to comment.