Atualiza deploy.yml para usar frontend/electron e atualiza celery beat#108
Merged
Conversation
O que foi alterado: - workflow de deploy: foi adicionado o passo 'Set working directory' com 'cd frontend/electron' para que as etapas de instalação (npm install) e configuração do Electron ocorram no diretório correto. - backend/celerybeat-schedule: o arquivo binário foi recriado/alterado (diff aponta diferenças entre as versões). Por que: - Garantir que as operações do frontend ocorram no diretório adequado ( frontend/electron ), evitando falhas de dependências ou build devido a executação no diretório raiz. - O celerybeat-schedule precisa refletir o estado atual das tarefas/intervalos; regenerar o binário mantém o scheduler alinhado com a configuração atual das tasks. Impacto: - Deploys agora executam no contexto correto do frontend e o celery beat estará sincronizado com as tarefas configuradas.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Atualiza deploy.yml para usar frontend/electron e atualiza celery beat
O que foi alterado:
Por que:
Impacto:
Mudanças