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

Cloudflare CI/CD #330

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Cloudflare CI/CD #330

merged 2 commits into from
Nov 3, 2023

Conversation

LesnyRumcajs
Copy link
Member

@LesnyRumcajs LesnyRumcajs commented Nov 3, 2023

Summary of changes
Changes introduced in this pull request:

  • CI/CD for CF workers. It doesn't do any solid testing (Testing for Cloudflare workers #267), but with the --dry-run, we are at least able to detect something like, e.g., broken wrangler.toml.

Reference issue to close (if applicable)

Closes

Other information and links

@LesnyRumcajs LesnyRumcajs changed the title dry run Cloudflare Continuous Deployment Nov 3, 2023
@LesnyRumcajs LesnyRumcajs force-pushed the continuous-deployment-cloudflare branch 6 times, most recently from 9df02dc to 7807d0e Compare November 3, 2023 09:07
@LesnyRumcajs LesnyRumcajs changed the title Cloudflare Continuous Deployment Cloudflare CI/CD Nov 3, 2023
@LesnyRumcajs LesnyRumcajs marked this pull request as ready for review November 3, 2023 09:12
@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner November 3, 2023 09:12
@LesnyRumcajs LesnyRumcajs requested review from lemmih and hanabi1224 and removed request for a team November 3, 2023 09:12
@LesnyRumcajs LesnyRumcajs force-pushed the continuous-deployment-cloudflare branch from 7807d0e to 67d7b92 Compare November 3, 2023 09:18
- 'cf/prune-latest'
- '.github/workflows/deploy-cf-prune-latest.yml'
push:
paths:
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe also limit the branch?

push:
  branches:
        - main
   path:

Copy link
Member Author

Choose a reason for hiding this comment

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

Why would we limit it to main? We want the --dry-check to run on pushes to branches as well.

@LesnyRumcajs LesnyRumcajs enabled auto-merge (squash) November 3, 2023 10:24
@LesnyRumcajs LesnyRumcajs merged commit 50825af into main Nov 3, 2023
9 checks passed
@LesnyRumcajs LesnyRumcajs deleted the continuous-deployment-cloudflare branch January 22, 2024 16:36
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.

3 participants