Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Configuring Debian Release Flow #258 #259

Merged
acunniffe merged 11 commits intoopticdev:developfrom
trulyronak:feature/debian-release-flow
Jul 15, 2020
Merged

Configuring Debian Release Flow #258 #259
acunniffe merged 11 commits intoopticdev:developfrom
trulyronak:feature/debian-release-flow

Conversation

@trulyronak
Copy link
Copy Markdown

This will enable auto deployments to https://optic-packages.s3.amazonaws.com

to test this out right now, you can download the package (just spin up a docker container)

apt-get update
# We trust HTTPS rather than GPG for this repo - but you can config
# GPG signing if you prefer.
cat > /etc/apt/sources.list.d/api.list << EOF
deb [trusted=yes] https://optic-packages.s3.amazonaws.com api main
EOF
# and ensure you update the package info on the server
apt-get install -y ca-certificates
apt-get update
apt-get install api

important

right now, debian calls it api — is this good or should we call it optic (homebrew calls it optic as of now, and npm calls it @useoptic/cli)

@trulyronak trulyronak added the enhancement New feature or request label Jul 14, 2020
@trulyronak trulyronak changed the title Configuring Homebrew Release Flow #258 Configuring Debian Release Flow #258 Jul 14, 2020
@acunniffe acunniffe merged commit afca552 into opticdev:develop Jul 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants