Skip to content

MicrosoftOryx/githubactions-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A repo for testing GitHub actions created by the Oryx team.

Action Version App type Links
v1 Python - Django Source Code, Workflow File, Runs, Live Site
v1 Node - Hello World Source Code, Workflow File, Runs, Live Site
v1 ASP.NET Core MVC Source Code, Workflow File, Runs, Live Site
v1 PHP - Hello World Source Code, Workflow File, Runs, Live Site
v2 Python - Django Source Code, Workflow File, Runs, Live Site
v2 Node - Hello World Source Code, Workflow File, Runs, Live Site
v2 ASP.NET Core MVC Source Code, Workflow File, Runs, Live Site
v2 ASP.NET Core MVC + React Source Code, Workflow File, Runs, Live Site

To build and deploy sample apps on-demand

The command that used for kicking off a build:

curl -X POST https://api.github.com/repos/MicrosoftOryx/githubactions-samples/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Authorization: token ${{secrets.YOUR_PERSONAL_ACCESS_TOKEN}}' \
--data '{"event_type": "build_application"}'