Skip to content

Commit

Permalink
avniproject/avni-product#1346 | ETL on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Jun 30, 2023
1 parent 6f1ea75 commit 0e0e9cb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ jobs:
hostname: "int-staging.avniproject.org"
env: "staging"

PRERELEASE_deploy:
docker:
- image: circleci/openjdk:11-jdk
environment:
ANSIBLE_HOST_KEY_CHECKING: no
working_directory: ~/
steps:
- deploy:
hostname: "int-prerelease.avniproject.org"
env: "prerelease"

PRODUCTION_deploy:
docker:
- image: circleci/openjdk:11-jdk
Expand Down Expand Up @@ -156,6 +167,13 @@ workflows:
only: main
requires:
- STAGING_approve
- PRERELEASE_approve:
type: approval
requires:
- build
- PRERELEASE_deploy:
requires:
- PRERELEASE_approve
- PRODUCTION_approve:
type: approval
requires:
Expand Down

0 comments on commit 0e0e9cb

Please sign in to comment.