Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added variables in yml file #845

Merged
Merged
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

echo "PUBLIC_MODE=DEV" > .env

echo "PUBLIC_BASE_URL=${{ secrets.DEV_PUBLIC_BASE_URL }}" >> .env
echo "PUBLIC_BASE_URL=https://devapi.credebl.id" >> .env

echo "PUBLIC_SHOW_NAME_AS_LOGO=true" >> .env

Expand Down
Loading