mirror of
https://git.northern.co/onpoint-suite/drupal_yp_install_profile.git
synced 2024-10-31 17:05:32 +00:00
18 lines
310 B
YAML
18 lines
310 B
YAML
name: YPackagist CD
|
|
|
|
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: [ self-hosted ]
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- id: deploy-ypackagist
|
|
uses: managed-application-services/deploy-ypackagist-action@main
|
|
with:
|
|
bearer-token: ${{ secrets.BEARER_TOKEN }}
|