diff --git a/.github/workflows/sandbox_build_and_deploy.yml b/.github/workflows/sandbox_build_and_deploy.yml index aca3ba3..eca8aa3 100644 --- a/.github/workflows/sandbox_build_and_deploy.yml +++ b/.github/workflows/sandbox_build_and_deploy.yml @@ -25,6 +25,10 @@ jobs: fishjam_room=${GITHUB_SHA:0:7} fishjam=$(cat .fishjam-version) EOF + + - name: Echo envs + run: | + echo ${{secrets.SANDBOX_HOST}} - name: Prepare .env file for the deployment id: variables_population