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 an action that releases automatically when a change lands on the main branches #227

Merged
merged 23 commits into from
Dec 19, 2020

Conversation

Vadorequest
Copy link
Member

No description provided.

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 9a929d1 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-8bcuzrvcr.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 07a336f successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-346gevdv6.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 2242217 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-36a2p7pzu.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit a7e52af successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-ns4tnx1u7.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit ccc63be successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-b3gvkbge6.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit a2d4753 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-b3gvkbge6.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

❌  E2E tests FAILED for commit 9a929d1 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-346gevdv6.vercel.app
Download artifacts (screenshots + videos) from checks section

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 7bd37eb successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-r2tymhcza.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

❌  E2E tests FAILED for commit 07a336f previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-36a2p7pzu.vercel.app
Download artifacts (screenshots + videos) from checks section

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 9678da6 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-n5w5us35m.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 59f5dff successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-n5w5us35m.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

❌  E2E tests FAILED for commit 2242217 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-b3gvkbge6.vercel.app
Download artifacts (screenshots + videos) from checks section

@github-actions
Copy link

✅  Deployment SUCCESS
Commit a4c6fe6 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-ed5liuz9k.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  Deployment SUCCESS
Commit 209866a successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-9vlcz12v5.vercel.app
Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-auto-git-re.vercel.app

@github-actions
Copy link

✅  E2E tests SUCCESS for commit 209866a previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-9vlcz12v5.vercel.app

@Vadorequest Vadorequest merged commit a4dda81 into v2-mst-aptd-at-lcz-sty Dec 19, 2020
@Vadorequest Vadorequest deleted the auto-git-release branch December 19, 2020 01:42
Vadorequest added a commit that referenced this pull request Dec 19, 2020
…main branches #227

Improve doc (2)

Improve doc

Only trigger it on main branches

Use version_tag (looks cleaner)

Can't use fixed version, rollback

Use fixed version

Try another way

Try ignoring #refs/heads/

Forgot stuff

Simplify get branch

Fix attempt

Try to handle multiple "main" branches

Bad commit id (wrong repo)

Try using fixed version (safer than latest)

Okay, gotta use latest, hasn't been released under a proper version

Rety 1.1.0

Try using latest

Remove code to see if warning keeps coming

Alternative way to resolve current branch (3)

Alternative way to resolve current branch (2)

Alternative way to resolve current branch

Print current branch

Remove package.json:version (unnecessary) + add an action that releases automatically when a change lands on the main branches
Vadorequest added a commit that referenced this pull request Dec 19, 2020
…main branches #227

Improve doc (2)

Improve doc

Only trigger it on main branches

Use version_tag (looks cleaner)

Can't use fixed version, rollback

Use fixed version

Try another way

Try ignoring #refs/heads/

Forgot stuff

Simplify get branch

Fix attempt

Try to handle multiple "main" branches

Bad commit id (wrong repo)

Try using fixed version (safer than latest)

Okay, gotta use latest, hasn't been released under a proper version

Rety 1.1.0

Try using latest

Remove code to see if warning keeps coming

Alternative way to resolve current branch (3)

Alternative way to resolve current branch (2)

Alternative way to resolve current branch

Print current branch

Remove package.json:version (unnecessary) + add an action that releases automatically when a change lands on the main branches
@github-actions
Copy link

❌  E2E tests FAILED for commit a4dda81 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-oxw9uk8eo.vercel.app
Download artifacts (screenshots + videos) from checks section

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

Successfully merging this pull request may close these issues.

1 participant