Skip to content

Commit

Permalink
Added deplloyment of every commit to Drupal.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 7, 2023
1 parent db87a26 commit 893bb27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions web/themes/contrib/civictheme/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- add_ssh_keys:
fingerprints:
- *deploy_ssh_fingerprint
- run: DEPLOY_BRANCH=${DEPLOY_BRANCH:-${CIRCLE_BRANCH}} .circleci/deploy.sh
- run: DEPLOY_BRANCH=1.x .circleci/deploy.sh

workflows:
version: 2
Expand All @@ -80,5 +80,4 @@ workflows:
tags:
only: /.*/
branches:
# 1.0.x, 2.3.x, 9.x, 10.x, 9.x-2.x, ci, ci-test
only: /^[0-9]+.[0-9]+.x$|^[0-9]+.x(?:\-[0-9]+\.x)?$|^ci.*/
only: /^main$/
10 changes: 5 additions & 5 deletions web/themes/contrib/civictheme/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CivicTheme Drupal theme

Drupal 9+ component-based theme.
Drupal 10 component-based theme.

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/salsadigitalauorg/civictheme/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/salsadigitalauorg/civictheme/tree/master)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/salsadigitalauorg/civictheme/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/salsadigitalauorg/civictheme/tree/main)

----

Expand All @@ -19,23 +19,23 @@ The Drupal theme provides full integration with UI kit.
## Installation

```bash
composer require salsadigitalauorg/civictheme
composer require drupal/civictheme
```

Enable CivicTheme theme to use it as-is - CivicTheme UI kit is
already included as a set of compiled assets.

## Creating a sub-theme from the CivicTheme theme

See [Sub-theme](https://docs.civictheme.io/drupal-theme/sub-theme)
See [Sub-theme](https://docs.civictheme.io/development/drupal-theme/sub-theme)

## Updating CivicTheme

See [Version update](https://docs.civictheme.io/development/drupal-theme/version-update)

## Managing colors

See [Color selector](https://docs.civictheme.io/drupal-theme/color-selector)
See [Color selector](https://docs.civictheme.io/development/drupal-theme/color-selector)

---

Expand Down

0 comments on commit 893bb27

Please sign in to comment.