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

Enable specs to deploy using GitHub Actions #322

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

foolip
Copy link
Member

@foolip foolip commented Jun 11, 2020

Part of whatwg/meta#173.

@foolip foolip force-pushed the github-actions-spec-deploy branch from be706b1 to 57739f0 Compare June 11, 2020 11:04
@foolip foolip mentioned this pull request Jun 11, 2020
25 tasks
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

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

Looks solid!

- master
jobs:
deploy:
runs-on: ubuntu-20.04
Copy link
Member

Choose a reason for hiding this comment

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

We've been using Debian elsewhere; any particular reason to go with Ubuntu here?

Copy link
Member Author

Choose a reason for hiding this comment

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

https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources is the set of GitHub-provided runners. We could provide our own Docker image and lock everything down, but I actually think it's not necessary for the relatively plain dependencies that we have.

@foolip foolip force-pushed the github-actions-spec-deploy branch from 57739f0 to eb0de3f Compare June 11, 2020 19:30
@foolip
Copy link
Member Author

foolip commented Jun 11, 2020

I fixed the shellcheck failure (missing quotes) and rebased. When I've merged this and it's deployed to resources.whatwg.org, I'll merge whatwg/fullscreen#174 to see if I broke the existing Travis builds.

@foolip foolip merged commit 1573fa3 into master Jun 11, 2020
@foolip foolip deleted the github-actions-spec-deploy branch June 11, 2020 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants