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

Implement github action for automaticaly compiling the code #92

Open
HalidOdat opened this issue Mar 15, 2023 · 1 comment
Open

Implement github action for automaticaly compiling the code #92

HalidOdat opened this issue Mar 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@HalidOdat
Copy link
Member

Currently we have to push the feature code as well as the compiled dist, this can be bug prone (and maybe a security issue, if the mangled compiled code is not trusted).

It would be nice if we had continuous deployment that should compile the code on main branch then push, it do another branch with other needed files.

If moving the the dist folder is a problem the we can create a dev branch where we keep the code then push to main brnahc the compiled code.

@Razican what do you think about this?

@HalidOdat HalidOdat added the enhancement New feature or request label Mar 15, 2023
@Razican
Copy link
Member

Razican commented Mar 15, 2023

Sounds right, yes :)

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

2 participants