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

neovim: unify staging code for test and deploy #2594

Open
pokey opened this issue Jul 27, 2024 · 0 comments
Open

neovim: unify staging code for test and deploy #2594

pokey opened this issue Jul 27, 2024 · 0 comments
Assignees
Labels
app-neovim Issues related to neovim support

Comments

@pokey
Copy link
Member

pokey commented Jul 27, 2024

We currently have one script to create a staging directory for testing in CI, and a completely separate script to create the staging directory for deploy. We should try to unify these as much as possible so that we can have more confidence that we're testing the setup that will actually ship

We could potentially use one script for both, and then add two new scripts that run after the first script:

  • one script runs only in test and just adds the test files
  • one script runs only in deploy and does an rsync to the staging repo directory

Possibly related to #2589

@AndreasArvidsson AndreasArvidsson added the app-neovim Issues related to neovim support label Jul 28, 2024
@fidgetingbits fidgetingbits self-assigned this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-neovim Issues related to neovim support
Projects
None yet
Development

No branches or pull requests

3 participants