Skip to content

Commit 2d69e0c

Browse files
ci-botAniket-Engg
authored andcommitted
fix CI config deploy
1 parent 61e06a4 commit 2d69e0c

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

.circleci/config.yml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -617,27 +617,6 @@ jobs:
617617
- store_artifacts:
618618
path: ./reports/screenshots
619619

620-
predeploy:
621-
docker:
622-
- image: cimg/node:20.19.0-browsers
623-
resource_class: medium+
624-
working_directory: ~/remix-project
625-
steps:
626-
- checkout
627-
- restore_cache:
628-
keys:
629-
- v1-deps-{{ checksum "yarn.lock" }}
630-
- run: yarn
631-
- save_cache:
632-
key: v1-deps-{{ checksum "yarn.lock" }}
633-
paths:
634-
- node_modules
635-
- nx-build-with-fallback:
636-
target: "remix-ide"
637-
config: "--configuration=production"
638-
memory: "8192"
639-
fallback_command: "yarn build:production"
640-
641620
deploy-build:
642621
docker:
643622
- image: cimg/node:20.19.0-browsers
@@ -809,6 +788,29 @@ workflows:
809788
- remix-libs
810789
- chrome-tests
811790
- plugins
791+
- deploy-build:
792+
script: "alpha"
793+
requires:
794+
- tests-passed
795+
filters:
796+
branches:
797+
only: master
798+
- deploy-build:
799+
name: deploy-beta
800+
script: "beta"
801+
requires:
802+
- tests-passed
803+
filters:
804+
branches:
805+
only: remix_beta
806+
- deploy-build:
807+
name: deploy-live
808+
script: "live"
809+
requires:
810+
- tests-passed
811+
filters:
812+
branches:
813+
only: remix_live
812814
- post-failed-report:
813815
requires:
814816
- build

0 commit comments

Comments
 (0)