Skip to content

Commit

Permalink
ISSUE-204: use stg instead of prod for clonning, and use d10 instead …
Browse files Browse the repository at this point in the history
…of d11 because the SQL server version not available for D11 (MySQL Server 8.)
  • Loading branch information
beto-aveiga committed Dec 20, 2024
1 parent a86826e commit 8a0261a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestAcquia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Create a Drupal project
run: composer create-project drupal/recommended-project . --ignore-platform-req=ext-gd
run: composer create-project drupal/recommended-project:10.4.0 . --ignore-platform-req=ext-gd

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Clone from production to dev
uses: ./drainpipe/scaffold/github/actions/acquia/clone-env
with:
source-environment: lullabotsandbox.prod
source-environment: lullabotsandbox.stg
target-environment: lullabotsandbox.dev
api-key: ${{ secrets.ACQUIA_API_KEY }}
api-secret: ${{ secrets.ACQUIA_API_SECRET }}
Expand Down

0 comments on commit 8a0261a

Please sign in to comment.