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

Improve Github Action Workflow for website deployment #41

Open
felixfaassen opened this issue Jan 4, 2021 · 0 comments
Open

Improve Github Action Workflow for website deployment #41

felixfaassen opened this issue Jan 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@felixfaassen
Copy link
Contributor

Currently the deployment workflow is triggered when there is a push on the develop branch. (after a successful reviewed pull request). The deploy Github action will then issue a build and add the files from the /public directory to the master repository using a forced push. This leaves the master repo only filled with the contents of the build files in stead of the entire repo.

We should fix this so the Github Action does not rely on this mechanism

@felixfaassen felixfaassen self-assigned this Jan 4, 2021
@felixfaassen felixfaassen added the enhancement New feature or request label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant