diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 0347ae33..1f3c19f1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -42,6 +42,15 @@ jobs: app_env: dev secrets: inherit + deploy-to-aws-test: + needs: [deploy-to-aws-dev] + name: Deploys Application to AWS test + environment: test + runs-on: ubuntu-24.04 + steps: + - name: Deploy to AWS test + run: echo "Deploying to AWS test" + promote: name: Promote Images needs: [deploy-to-aws-dev, vars]