Skip to content

Commit

Permalink
chore: test env reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Dec 12, 2024
1 parent e5c7377 commit 352ab2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 352ab2a

Please sign in to comment.