Skip to content

workflow changed - #14

Merged
susrisha merged 1 commit into
developfrom
feature-workflow-fix
Jul 10, 2026
Merged

workflow changed#14
susrisha merged 1 commit into
developfrom
feature-workflow-fix

Conversation

@susrisha

Copy link
Copy Markdown
Collaborator

This pull request updates the deployment workflow for both the backend and frontend, shifting from using reusable workflows to directly invoking deployments via the GitHub CLI. It also adds explicit permissions for the workflow and removes a test comment from the frontend CSS.

GitHub Actions workflow improvements:

  • Switched the deploy-backend and deploy-frontend jobs from using reusable workflows (uses: ./.github/workflows/deploy-*.yml) to running deployment triggers via the GitHub CLI (gh workflow run ...). This change provides more flexibility and control over deployment triggers.
  • Added explicit workflow permissions for contents: read and actions: write to the deployment workflow, ensuring the workflow has the necessary access for deployment operations.

Frontend code cleanup:

  • Removed a minor test comment from frontend/public/style.css that was used for testing front-end deployment.Changed workflow trigger to gh client

Changed workflow trigger to gh client
@susrisha
susrisha merged commit 79a26a8 into develop Jul 10, 2026
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.

2 participants