From 54457ca71236701c0f93e5e269582d14407bc426 Mon Sep 17 00:00:00 2001 From: Wilfredo Colon Date: Tue, 27 Aug 2024 15:11:59 -0400 Subject: [PATCH] Wcolon/devo 501a (#226) * chore: Update nypr-deploy orb version to 0.0.66 in CircleCI config * chore: Remove debug flag from CircleCI config --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fdd4e77..dcd5cc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - nypr-deploy: nypr/nypr-deploy@0.0.65 + nypr-deploy: nypr/nypr-deploy@0.0.66 filter_all: &filter_all filters: @@ -42,7 +42,6 @@ workflows: cluster: radiolab-vue cpu: 512 memory: 1024 - debug: true requires: - test_js - test_nginx