Skip to content

Commit

Permalink
Merge pull request #193 from bold-commerce/devops-547
Browse files Browse the repository at this point in the history
devops-547: Add workflow to deploy all psh stores
  • Loading branch information
brunoroux authored Dec 11, 2023
2 parents f9af011 + 1748f69 commit aa7a006
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-all-psh-stores.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update platform.sh stores

on:
workflow_dispatch:
push:
branches:
- main

jobs:
update_stores:
uses: bold-commerce/github-actions/.github/workflows/deploy-all-platformsh-stores.yaml@main
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}
CLI_TOKEN: ${{ secrets.PLATFORMSH_CLI_TOKEN }}

0 comments on commit aa7a006

Please sign in to comment.