You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/06/16 02:11:56 UTC

[skywalking-cli] 01/01: Add some cool new features

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

kezhenxu94 pushed a commit to branch test/gha-event
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 71d848c9d21de9e018ab29d1010b59638ae06694
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Jun 16 10:11:41 2021 +0800

    Add some cool new features
---
 .github/workflows/deploy.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
new file mode 100644
index 0000000..996cd7a
--- /dev/null
+++ b/.github/workflows/deploy.yaml
@@ -0,0 +1,47 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+name: Deploy Order Service
+
+on:
+  push:
+    branches:
+      - test/gha-event
+
+jobs:
+  deploy:
+    name: Deploy Order Service
+    runs-on: ubuntu-latest
+    steps:
+      - name: Check out source codes
+        uses: actions/checkout@v2
+        with:
+          submodules: true
+
+      - name: Build, Test, and Package
+        run: make
+
+      - name: Event Reporter
+        uses: apache/skywalking-cli@gha-event
+        with:
+          oap-url: localhost:11800
+          service: test-service
+          instance: test-service-instance
+
+      - name: Deploy
+        run: make docker