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

Adds GitHub action for deploying to beta testing environment #9751

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

GPortas
Copy link
Contributor

@GPortas GPortas commented Aug 2, 2023

What this PR does / why we need it:

Adds a GitHub action that is executed on any push event in the develop branch and deploys the application to the remote Beta Testing environment.

Which issue(s) this PR closes:

Special notes for your reviewer:

We need to create the GitHub environment in this repository with the secrets corresponding to the credentials to allow the GitHub action to access and update the Beta Testing instance.

The PR reviewer / QA should contact me to set up this environment, since I have the secrets.

Suggestions on how to test this:

You can see how the action works in my fork repository, where I have committed several times in the develop branch, causing these events to trigger the action:
https://github.com/GPortas/dataverse/actions/runs/5741044286

These actions have updated the environment, available at the following URL:
https://beta.dataverse.org/

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

No

Is there a release notes update needed for this change?:

Not sure.

Additional documentation:

N/A

@GPortas GPortas marked this pull request as ready for review August 2, 2023 16:17
@GPortas GPortas added this to Ready for Review ⏩ in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) via automation Aug 2, 2023
@pdurbin pdurbin moved this from Ready for Review ⏩ to In Review 🔎 in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) Aug 2, 2023
@pdurbin pdurbin self-assigned this Aug 2, 2023
IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) automation moved this from In Review 🔎 to Ready for QA ⏩ Aug 2, 2023
Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't test this but it makes sense. Approved.

@pdurbin pdurbin removed their assignment Aug 2, 2023
@pdurbin pdurbin added the Size: 3 A percentage of a sprint. 2.1 hours. label Aug 2, 2023
@kcondon kcondon assigned kcondon and unassigned kcondon Aug 2, 2023
@kcondon kcondon merged commit 65928bf into develop Aug 2, 2023
2 checks passed
IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) automation moved this from QA ✅ to Done 🚀 Aug 2, 2023
@kcondon kcondon deleted the 9746-deploy-beta-testing-action branch August 2, 2023 19:54
@pdurbin pdurbin added this to the 5.14 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: 3 A percentage of a sprint. 2.1 hours.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[Spike - API] Set up GitHub action for the beta testing deployment
3 participants