diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index e2a55ce..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build ServiceRadar Packages - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: '1.23' - - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y gcc libc6-dev libsqlite3-dev - - - name: Build packages - run: | - ./buildAll.sh - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: serviceradar-packages - path: release-artifacts/*.deb \ No newline at end of file diff --git a/pkg/cloud/api/web/dist/index.html b/pkg/cloud/api/web/dist/index.html new file mode 100644 index 0000000..7bc7e37 --- /dev/null +++ b/pkg/cloud/api/web/dist/index.html @@ -0,0 +1,21 @@ + + +
+ + + +