Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !5496
An error occurred while fetching the assigned milestone of the selected merge_request.

[WIP] Set up docs to release from Appveyor CI

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/amyrlam/amy/appveyor into master 6 years ago
  • Overview 9
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: amyrlam

Resolves part of: https://github.com/facebook/create-react-app/issues/5238

  • Turn on Appveyor for .md file changes
  • WIP: Add Appveyor continuous deployment See:
    • https://help.appveyor.com/discussions/questions/2894-pushing-to-gh-pages
    • https://docusaurus.io/docs/en/publishing#automating-deployments-using-continuous-integration
Compare
  • master (base)

and
  • latest version
    64fdd6e3
    2 commits, 2 years ago

1 file
+ 12
- 4

    Preferences

    File browser
    Compare changes
appveyor.yml
+ 12
- 4
  • View file @ 64fdd6e3


@@ -20,6 +20,11 @@ environment:
test_suite: 'kitchensink'
- nodejs_version: 8
test_suite: 'kitchensink-eject'
access_token:
secure: # <your token here>
github_email:
secure: # <your email here>
cache:
- '%APPDATA%\npm-cache -> appveyor.cleanup-cache.txt'
- '%LOCALAPPDATA%\Yarn\Cache -> appveyor.cleanup-cache.txt'
@@ -42,13 +47,16 @@ install:
build: off
skip_commits:
files:
- '**/*.md'
test_script:
- node --version
- npm --version
- yarn --version
- yarn cache dir
- bash tasks/e2e-%test_suite%.sh
deploy_script:
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git config --global user.email %github_email%
- git config --global user.name # <your name here> e.g. "IlyaFinkelshteyn"
- git subtree push --prefix website origin gh-pages
\ No newline at end of file
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: github/fork/amyrlam/amy/appveyor

Menu

Explore Projects Groups Snippets