You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/06/30 13:00:12 UTC

[systemds-website] 02/03: Update .gitpod.yml

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git

commit 1119bad126317670873bc8ce1293cf81ba6af19e
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Jun 10 09:39:02 2021 +0530

    Update .gitpod.yml
---
 .gitpod.yml | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 518a4ae..bf7a370 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,4 +1,16 @@
+
+ports:
+  - port: 3000
+    onOpen: open-preview
+  - port: 3001
+    onOpen: ignore
+
 tasks:
-  - init: npm install -g gulp
-    command: npm install
-    command: gem install jekyll
+  - init: npm install
+    command: |
+      npm install -g gulp
+      gem install jekyll
+      gulp
+  
+
+