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

Add temporary deployments from PRs #8

Open
floydpink opened this issue May 27, 2021 · 1 comment
Open

Add temporary deployments from PRs #8

floydpink opened this issue May 27, 2021 · 1 comment
Assignees
Labels
testing Unit tests/E2E Tests

Comments

@floydpink
Copy link
Member

Research into a way for creating temporary deployments for every new PR.

This would help in live-previewing the changes from the PR on a URL similar to https://kollavarsham.org/calendar-vue-pr-0042 or something

@carrotfarmer carrotfarmer added the testing Unit tests/E2E Tests label May 28, 2021
@floydpink
Copy link
Member Author

The idea here is to use GitHub Actions and automation therein to standup a transient deployment (somewhere like Amazon S3 fronted by Amazon Cloudfront, for example). We could use the same AWS credentials we’re using on our serverless API deployment.

This article has really good pointers: https://sanderknape.com/2020/05/deploy-pull-requests-github-actions-deployments/

@arunkutty - would you have the bandwidth and inclination to take this up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Unit tests/E2E Tests
Projects
None yet
Development

No branches or pull requests

3 participants