DeployBoard / DeployBoard/deployboard

Only deploy when specific files change

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Right now if any file changes, all apps get deployed. We only want the specific apps that had changes to get deployed.

**Describe the solution you'd like**
Create an actions file for each app/environment that looks for changes within the specific directory

* Note these will need to depend on the build job that will probably have to be a separate action.

```
on:
push:
paths:
- apps/api/**
```

**Describe alternatives you've considered**
none.

**Additional context**
This will work for the backend deployments, I'm not sure how to avoid this when deploying the web frontend, we are currently deploying to Vercel, maybe there is a setting within Vercel, but that does not apply to this case, we can figure that out later if it becomes an issue. The Vercel deployments are super quick anyway, so that is not really a big deal.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.