File tree 3 files changed +27
-3
lines changed
3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "projects": {
3
+ "default": "solo-corp"
4
+ },
5
+ "targets": {
6
+ "solo-corp": {
7
+ "hosting": {
8
+ "sqoop-site": [
9
+ "sqoop-docs"
10
+ ]
11
+ }
12
+ }
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -151,9 +151,8 @@ doc: docs/api.json docs/index.md docs/getting_started/kubernetes/1.md
151
151
site : doc
152
152
mkdocs build
153
153
154
- docker-docs : site
155
- docker build -t $(DOCKER_ORG ) /sqoop-docs:$(VERSION ) -f Dockerfile.site .
156
-
154
+ deploy-site : site
155
+ firebase deploy --only hosting:sqoop-site
157
156
158
157
# ----------------------------------------------------------------------------------
159
158
# Release
Original file line number Diff line number Diff line change
1
+ {
2
+ "hosting" : {
3
+ "target" : " sqoop-site" ,
4
+ "public" : " site" ,
5
+ "ignore" : [
6
+ " firebase.json" ,
7
+ " **/.*" ,
8
+ " **/node_modules/**"
9
+ ]
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments