Skip to content

Add CI/CD pipeline configuration#37

Merged
PoulavBhowmick03 merged 2 commits intoShonen-Labs:mainfrom
laryhills:fix-ci-cd
May 12, 2025
Merged

Add CI/CD pipeline configuration#37
PoulavBhowmick03 merged 2 commits intoShonen-Labs:mainfrom
laryhills:fix-ci-cd

Conversation

@laryhills
Copy link
Contributor

🚀 Add CI/CD pipeline configuration


📌 Type of Change

  • Added cicd pipeline config

Copy link
Contributor

@PoulavBhowmick03 PoulavBhowmick03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly do not use the same ci-cd as StarkFinder. The contracts workflow takes a long time to setup and run. Kindly fix it. And fix the next.js workflow as well

env:
NEXT_PUBLIC_API_URL: ${{ github.event_name == 'pull_request' && 'dummy-api-url' || secrets.NEXT_PUBLIC_API_URL }}
OPENAI_API_KEY: ${{ github.event_name == 'pull_request' && 'dummy-key' || secrets.OPENAI_API_KEY }}
BRIAN_API_KEY: ${{ github.event_name == 'pull_request' && 'dummy-key' || secrets.BRIAN_API_KEY }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

env:
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
BRIAN_API_KEY: ${{ secrets.BRIAN_API_KEY }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

…up, replace deprecated steps, and adjust paths for web directory
@PoulavBhowmick03 PoulavBhowmick03 merged commit f7ecc23 into Shonen-Labs:main May 12, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CICD: Fix CICD not working

2 participants