From 50df62fb3f1cc075c65300224f023bdca1bd4bd9 Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Wed, 9 Oct 2019 17:20:14 -0700 Subject: [PATCH 1/4] Create build2.yml --- .github/workflows/build2.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/build2.yml diff --git a/.github/workflows/build2.yml b/.github/workflows/build2.yml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github/workflows/build2.yml @@ -0,0 +1 @@ + From f5c36b6cef26d2d3d7e476dfb6abbdacfc0647a8 Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Wed, 9 Oct 2019 17:20:52 -0700 Subject: [PATCH 2/4] Update build2.yml --- .github/workflows/build2.yml | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.github/workflows/build2.yml b/.github/workflows/build2.yml index 8b13789..0822e94 100644 --- a/.github/workflows/build2.yml +++ b/.github/workflows/build2.yml @@ -1 +1,49 @@ +name: Azure Pages CI + + +on: + + push: + + branches: + + - dev + + pull_request: + + branches: + + - dev + +jobs: + + azure_pages_job: + + runs-on: ubuntu-latest + + name: Build And Deploy + + steps: + + - uses: actions/checkout@v1 + + - name: Build And Deploy + + id: azurepagesbuilddeploy + + uses: colbytresness/basic-deploy-task@master + + with: + + azure_pages_buildhost: 'jamstackdemobuildsystem.azurewebsites.net' + + azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN }} + + azure_pages_api_version: 'v1' # optional + + app_build_output_location: 'dist' + + app_source_location: 'app' # optional + + azure_function_location: 'api' # optional From b6c298f1625a07ef757ca7a8483af63e87c2a58b Mon Sep 17 00:00:00 2001 From: Mitch Webster Date: Wed, 9 Oct 2019 17:36:37 -0700 Subject: [PATCH 3/4] Include all robots --- app/src/home/HomePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/home/HomePage.vue b/app/src/home/HomePage.vue index 453a557..769a34b 100644 --- a/app/src/home/HomePage.vue +++ b/app/src/home/HomePage.vue @@ -4,7 +4,7 @@
- Get started building your first robot. + Get started building your first robot(s).
From 232bbcfb4b16f7a9874147fc0b5985d49b5b80b4 Mon Sep 17 00:00:00 2001 From: Mitch Webster Date: Wed, 9 Oct 2019 17:45:12 -0700 Subject: [PATCH 4/4] Adding excitment --- app/src/home/HomePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/home/HomePage.vue b/app/src/home/HomePage.vue index 769a34b..7cb5db3 100644 --- a/app/src/home/HomePage.vue +++ b/app/src/home/HomePage.vue @@ -4,7 +4,7 @@
- Get started building your first robot(s). + Get started building your first robot(s)!!