Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 426210f

Browse files
committed
remove deploy
1 parent 3aaa7c4 commit 426210f

File tree

9 files changed

+28
-418
lines changed

9 files changed

+28
-418
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
*.bat
33
*.orig
44
test_*
5+
.npmrc

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,17 @@ A CLI tool for starting a new service UI for cloud services at Unity.
55
> Although this tool is publicly available in order to generate a new service repository you will need to get service credentials from the Developer Dashboard team. You can contact them on Slack: Unity/#devs-servicedashboard
66
77
# Getting started for new cloud service repos
8-
### Prerequisites
8+
## Prerequisites
99
* To see you component in the dashboard ensure you have unityweb-developer-dashboard configured to run locally.
1010
* To install packages from Artifactory ensure you're on a Unity VPN or internal network.
1111
* Obtain new service credentails from the dashboard team #devs-servicedashboard
1212

13-
### Create a git repository
13+
## Create a git repository
1414
* Create an empty repo in the GitLab cloudservices namespace https://gitlab.internal.unity3d.com/cloudservices
1515
* Clone it locally, e.g., `git clone git@gitlab.internal.unity3d.com:cloudservices/new-service.git c:/projects/playground/new-service`
1616
* Point to your new repo `cd c:/projects/new-service`
1717

18-
### Use the CLI to populate your repo
18+
## Use the CLI to populate your repo
1919
* Install the CLI globally `npm i -g @testweb/cli`
2020
* Run `create-service`
21-
22-
### Commit initial files and deploy
23-
* git add -A
24-
* git commit -m "first"
25-
* npx deploy
26-
27-
### Install your service on the dashboard
28-
* cd into unityweb-developer-dashboard
29-
* npm i @packagedcomponents/new-service
30-
* npm run build
31-
* npm run start-local
21+
* Follow prompts

deploy.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

deploy/git.js

Lines changed: 0 additions & 104 deletions
This file was deleted.

deploy/index.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

deploy/npm.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)