FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Replacing webapp-deploy action with workflow-webhook action. by jainr · Pull Request #813 · feathr-ai/feathr · GitHub

Replacing webapp-deploy action with workflow-webhook action. - #813

Merged
jainr merged 2 commits into
feathr-ai:mainfrom
jainr:rijai/appwebhook
Nov 2, 2022
Merged

Replacing webapp-deploy action with workflow-webhook action.#813
jainr merged 2 commits into
feathr-ai:mainfrom
jainr:rijai/appwebhook

Conversation

jainr commented Nov 2, 2022
edited
Loading

Copy link
Copy Markdown
Collaborator

Description

Current webapp-deploy action is mainly used when users need to push code to the webapp, it should ideally work for containers as well where it can directly call the webhook URL via the publish profile but that does not seem to work.

Replacing it instead with a simpler third party webhook action which just calls the webhook URL for App Service and that triggers the pull of latest sha for image tag from dockerhub.

https://github.com/distributhor/workflow-webhook

Resolves the issue we have with our internal demo environments not getting updated with nightly docker tags.

How was this PR tested?

tested it in my fork
https://github.com/jainr/feathr/actions/runs/3376143908

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to clarify your proposed changes.

…hat calls the webhook URL of the deployed App Service
jainr changed the title Replacing the web app deploy (which is buggy) with a simpler action t… Replacing webapp-deploy action with workflow-webhook action. Nov 2, 2022
Yuqing-cat previously approved these changes Nov 2, 2022
Yuqing-cat added the safe to test Tag to execute build pipeline for a PR from forked repo label Nov 2, 2022
blrchen previously approved these changes Nov 2, 2022
jainr dismissed stale reviews from blrchen and Yuqing-cat via 6e2dbbb November 2, 2022 09:22
jainr merged commit f83e8f5 into feathr-ai:main Nov 2, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test Tag to execute build pipeline for a PR from forked repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL