mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove circleCI
This commit is contained in:
parent
c976cc5949
commit
4c2e5de86f
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
version: 2.1
|
||||
|
||||
jobs:
|
||||
deploy-website:
|
||||
docker:
|
||||
- image: circleci/node:10.16
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Deploying to GitHub Pages
|
||||
command: |
|
||||
git config --global user.email "mkolar@users.noreply.github.com"
|
||||
git config --global user.name "Website Deployment Script"
|
||||
echo "machine github.com login mkolar password $GITHUB_TOKEN" > ~/.netrc
|
||||
cd website && yarn install && GIT_USER=mkolar yarn run deploy
|
||||
|
||||
workflows:
|
||||
build_and_deploy:
|
||||
jobs:
|
||||
Loading…
Add table
Add a link
Reference in a new issue