Skip to content

Commit 38a367d

Browse files
authored
devops-547: Add workflow to deploy stores (#9)
1 parent c8f013b commit 38a367d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Update platform.sh stores
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
update_stores:
11+
uses: bold-commerce/github-actions/.github/workflows/deploy-all-platformsh-stores.yaml@main
12+
secrets:
13+
SSH_KEY: ${{ secrets.SSH_KEY }}
14+
CLI_TOKEN: ${{ secrets.PLATFORMSH_CLI_TOKEN }}

0 commit comments

Comments
 (0)