-
Notifications
You must be signed in to change notification settings - Fork 2
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
Automate updates of https://snark-artifacts/pse.dev/project/latest
endpoint when new versions are released
#95
Comments
I think the best way to do this is by using AWS CLI, manipulating the specific Cloudfront function. |
@ntampakas have you ever used https://www.pulumi.com/ (IaC, kind of higher level alternative to terraform) In any case I like the idea of having the infra code version controlled. |
TBH, i' ve ever used pulumi :) For CI/CD we mainly use terraform and aws cli, as it seems to work for our needs and it' s pretty flexible. |
PR created: #114 |
Assuming
1.0.0-beta.1
is the latest poseidon package version,we want
https://snark-artifacts/pse.dev/poseidon/latest
and
https://snark-artifacts/pse.dev/poseidon/1.0.0-beta.1
to point to the same files.
Right now a cloudfront rule does the redirect, but that rule needs to be created manually everytime a new version is released.
Solutions:
project/latest
folder in the upload-artifacts workflow)?The text was updated successfully, but these errors were encountered: