From 8eba5276dde8c0c816ec37137c4f0db9e75bfde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 9 Apr 2020 12:14:06 +0200 Subject: [PATCH] Adding namespace to deeployer --- .github/workflows/build-and-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 54c143fb..c44607c4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -62,5 +62,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: "Deploy" + - name: Deploy uses: thecodingmachine/deeployer@master + with: + namespace: workadventure-${GITHUB_REF#refs/heads/}