Explorar o código

try kicking off netmaker-devops workflow

Matthew R Kasun %!s(int64=4) %!d(string=hai) anos
pai
achega
20aff2f968
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .github/workflows/docker-test.yml

+ 5 - 0
.github/workflows/docker-test.yml

@@ -29,4 +29,9 @@ jobs:
                   platforms: linux/amd64
                   push: true
                   tags: ghcr.io/gravitl/netmaker:testing
+            - name: Deploy Testing Server and Client(s)
+              run: |
+                  curl -X POST https://api.github.com/mattkasun/terraform-test/dispatches \
+                  -H 'Accept: application/vnd.github.everest-preview+json' \
+                  -u ${{ secrets.ACCESS_TOKEN }}