Skip to content

Commit

Permalink
chore: remove k8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv committed Sep 5, 2023
1 parent ca68c51 commit 67fb5ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 2.1
orbs:
k8s: circleci/[email protected]
slack: circleci/[email protected]
commands:
versioning:
Expand Down Expand Up @@ -33,16 +32,11 @@ commands:
jobs:
release_production:
docker:
- image: cimg/node:18.4.0
steps:
- checkout
- versioning:
target_branch: "production"
- publish_to_pages_production
- docker_build_push:
docker_image_latest_tag: latest
- k8s_deploy
- notify_slack

workflows:
Expand Down

0 comments on commit 67fb5ea

Please sign in to comment.