diff --git a/.github/workflows/stagDeploy.yaml b/.github/workflows/stagDeploy.yaml index 071a18a5..af7bc386 100644 --- a/.github/workflows/stagDeploy.yaml +++ b/.github/workflows/stagDeploy.yaml @@ -9,27 +9,26 @@ on: workflow_dispatch: jobs: - set_env: - runs-on: - - self-hosted - - "flo-stag" - outputs: - ACCOUNT: ${{ vars.AWS_ACCOUNT_ID_FLOSTAG }} - APP_ENV: stag - APP_NAME: redis-commander - CLUSTER: stag - LOG_LEVEL: trace - DOMAIN: redis-commander.stag-aws.flokubernetes.com - steps: [{ run: "exit 0" }] # noop step to satisfy job requirements + # set_env: + # runs-on: + # - self-hosted + # - "flo-stag" + # outputs: + # ACCOUNT: + # APP_ENV: stag + # APP_NAME: redis-commander + # CLUSTER: stag + # LOG_LEVEL: trace + # DOMAIN: redis-commander.stag-aws.flokubernetes.com + # steps: [{ run: "exit 0" }] # noop step to satisfy job requirements build: - needs: [set_env] + # needs: [set_env] uses: flocasts/github-actions/.github/workflows/shared-build-container.yaml@main with: - app-env: ${{ needs.set_env.outputs.APP_ENV }} - app-name: ${{ needs.set_env.outputs.APP_NAME }} + app-env: stag + app-name: redis-commander build-role: github-actions-deploy-role build-args: | --progress=plain - APP_NAME: ${{ needs.set_env.outputs.APP_NAME }} region: us-west-2