Skip to content

Commit

Permalink
avniproject/avni-product#1433 | Add NEW_PRERELEASE_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Nov 20, 2023
1 parent 35efcc8 commit b3959f4
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ jobs:
- deploy:
hostname: "ssh.prerelease.openchs.org"

NEW_PRERELEASE_deploy:
docker:
- image: cimg/deploy:2023.09-node
working_directory: ~/
steps:
- deploy_ansible:
env: "prerelease"

PERF_deploy:
docker:
- image: cimg/node:20.2.0
Expand Down Expand Up @@ -255,14 +263,6 @@ workflows:
context: non-prod-deploy
requires:
- STAGING_approve
# - NEW_STAGING_approve:
# type: approval
# requires:
# - app_build
# - NEW_STAGING_deploy:
# context: non-prod-deploy
# requires:
# - NEW_STAGING_approve
- cypress/run:
type: approval
yarn: true
Expand All @@ -288,6 +288,14 @@ workflows:
context: non-prod-deploy
requires:
- PRERELEASE_approve
- NEW_PRERELEASE_approve:
type: approval
requires:
- app_build
- NEW_PRERELEASE_deploy:
context: non-prod-deploy
requires:
- NEW_PRERELEASE_approve
- PRODUCTION_approve:
type: approval
requires:
Expand Down

0 comments on commit b3959f4

Please sign in to comment.