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

Initial draft for wing deployment action blog post #610

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skorfmann
Copy link
Contributor

Initial draft for a blog post about the Wing Deploy Action

@vercel
Copy link

vercel bot commented Sep 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
wing-docs ✅ Ready (Inspect) Visit Preview Sep 15, 2023 9:30pm

Copy link
Contributor

@staycoolcall911 staycoolcall911 left a comment

Choose a reason for hiding this comment

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

I think it's great and useful!

- name: Deploy Winglang App
uses: winglang/wing-github-action/actions/[email protected]
with:
entry: 'main.wing' # Required, replace this with your entry file if different
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
entry: 'main.wing' # Required, replace this with your entry file if different
entry: 'main.w' # Required, replace this with your entry file if different

```yml
steps:
- name: Pull Request Diff
uses: winglang/wing-github-action/actions/pull-request-diff@main
Copy link
Contributor

Choose a reason for hiding this comment

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

Using the version from @main? Or do you want to link to a specific release, like you're doing on the deployment action?

- name: Pull Request Diff
uses: winglang/wing-github-action/actions/pull-request-diff@main
with:
entry: 'main.wing' # Required, replace this with your entry file if different
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
entry: 'main.wing' # Required, replace this with your entry file if different
entry: 'main.w' # Required, replace this with your entry file if different

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.

2 participants