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/}