Browse Source

playground workflow: fix stack name

Mokhtar Naamani 3 years ago
parent
commit
8995fb6dc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deploy-playground.yml

+ 1 - 1
.github/workflows/deploy-playground.yml

@@ -29,7 +29,7 @@ jobs:
     name: Create an EC2 instance and configure docker-compose stack
     runs-on: ubuntu-latest
     env:
-      STACK_NAME: joystream-playground-{{ github.event.inputs.branchName }}-${{ github.run_number }}
+      STACK_NAME: joystream-playground-${{ github.event.inputs.branchName }}-${{ github.run_number }}
     steps:
       - name: Checkout
         uses: actions/checkout@v2