Skip to content

Commit

Permalink
Merge pull request #112 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
Deploy 17-06-2024
  • Loading branch information
lazysoundsystem authored Jul 17, 2024
2 parents 79243d5 + 53012a5 commit a3f7b06
Show file tree
Hide file tree
Showing 47 changed files with 1,085 additions and 1,020 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/composer-update-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run Composer Update with Config

on:
workflow_dispatch:

jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Update The Thing with config
id: update-action-with-config
uses: UN-OCHA/actions/composer-update@OPS-10254-config-too
with:
aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
github_access_token: ${{ secrets.PAT }}
patch_branch: ${{ github.head_ref || github.ref_name }}
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_name: ${{ vars.SLACK_CHANNEL }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ drush queue:run ocha_ai_summarize_summarize --verbose
drush queue:run ocha_ai_summarize_action_points --verbose
```

We can either use cron to run the queues or run them separatly
We can either use cron to run the queues or run them separately

## Flow

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"drupal/environment_indicator": "^4.0",
"drupal/field_group": "^3.4",
"drupal/imageapi_optimize_binaries": "^1.0@beta",
"drupal/imagemagick": "^3.4",
"drupal/imagemagick": "^4",
"drupal/layout_paragraphs": "^2.0",
"drupal/mailsystem": "^4.4",
"drupal/maintenance200": "^2.1",
Expand Down
Loading

0 comments on commit a3f7b06

Please sign in to comment.