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

Switch CI (to GitHub actions?) #76

Open
jtheriault opened this issue Nov 3, 2023 · 1 comment
Open

Switch CI (to GitHub actions?) #76

jtheriault opened this issue Nov 3, 2023 · 1 comment

Comments

@jtheriault
Copy link
Member

As encountered during pull request #75, Drone's migration to use donated resources for open source projects is, however understandable, not viable for production purposes.

For parity, a new CI solution must:

  • clone the repo
  • npm ci/test/publish
  • handle secrets (e.g. the npm deployment token)
  • allow running arbitrary commands in Docker containers
    apt-get update
    apt-get install -y ruby-dev build-essential rpm
    gem install fpm
    scripts/build-packages
    
  • attach files to the associated release/tag in GitHub

Additionally, it could handle the Docker image deployment process by running scripts/deploy-docker

@jtheriault
Copy link
Member Author

#78 is addressing this with GitHub actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant