Skip to content

Commit

Permalink
Upgrade the Strapi demos image when pushing on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldinof committed Sep 25, 2024
1 parent c14760d commit c35b288
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy-demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy LaunchPad images for the Strapi demos

on:
workflow_dispatch:
push:
branches:
- main

jobs:
trigger-build-on-gitlab:
name: Trigger GitLab Pipeline
runs-on: ubuntu-latest
steps:
- name: GitLab Pipeline Trigger
uses: digital-blueprint/gitlab-pipeline-trigger-action@v1.2.0
with:
trigger_token: ${{ secrets.GITLAB_TRIGGER_TOKEN }}
access_token: ${{ secrets.GITLAB_API_TOKEN }}
id: '21258300'
ref: 'master'
variables: '{ "BUILD_LAUNCHPAD_IMAGES":"true" }'

0 comments on commit c35b288

Please sign in to comment.