diff --git a/apps/deploy-fe/.env.example b/apps/deploy-fe/.env.example index ab255c8..a696175 100644 --- a/apps/deploy-fe/.env.example +++ b/apps/deploy-fe/.env.example @@ -3,4 +3,4 @@ CLERK_SECRET_KEY= NEXT_PUBLIC_WALLET_IFRAME_URL= # wherever your wallet is running NEXT_PUBLIC_LACONICD_CHAIN_ID= # the appropriate chain ID for your network NEXT_PUBLIC_API_URL= -NEXT_PUBLIC_GITHUB_BACKEND_CLIENT_ID= # Client ID of your GitHub OAuth App \ No newline at end of file +NEXT_PUBLIC_GITHUB_BACKEND_CLIENT_ID= # Client ID of your GitHub OAuth App diff --git a/apps/deployer/README.md b/apps/deployer/README.md index 0450b6d..ccbd831 100644 --- a/apps/deployer/README.md +++ b/apps/deployer/README.md @@ -44,9 +44,10 @@ Run these steps in the `apps/deployer/` directory: NEXT_PUBLIC_WALLET_IFRAME_URL: https://wallet.laconic.com NEXT_PUBLIC_LACONICD_CHAIN_ID: laconic-mainnet NEXT_PUBLIC_API_URL: https://deploy-backend.apps.vaasl.io + NEXT_PUBLIC_GITHUB_BACKEND_CLIENT_ID: Ov23li1hxnCcEggrbwED ``` - NOTE: Replace `your_clerk_key` and `your_clerk_secret` with actual values + NOTE: Replace `your_clerk_key` and `your_clerk_secret` with actual values () - Run script to deploy app to `deploy-staging.laconic.co` diff --git a/apps/deployer/deploy-frontend.sh b/apps/deployer/deploy-frontend.sh index 99641be..284912f 100755 --- a/apps/deployer/deploy-frontend.sh +++ b/apps/deployer/deploy-frontend.sh @@ -117,6 +117,7 @@ else echo "Payment amount is null; skipping payment." fi +# TODO: Update dns when transitioning from staging to production deployment (deploy.laconic.com) # Generate application-deployment-request.yml cat >./records/application-deployment-request.yml <