Skip to content

Commit

Permalink
ISSUE-204: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Nov 26, 2024
1 parent b044007 commit 79b5676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ runs:
using: "composite"
steps:
- name: Create GitHub Deployment
uses: .github/actions/drainpipe/common/deployment-create
uses: .github/actions/common/deployment-create
with:
github-token: ${{ inputs.github-token }}
environment: ${{ inputs.environment }}

- name: Put site in Maintenance Mode
run: |
source .github/actions/drainpipe/common/set-env/bash_aliases
source .github/actions/common/set-env/bash_aliases
drainpipe_exec "ACQUIA_API_KEY=${{ inputs.api-key }} ACQUIA_API_SECRET=${{ inputs.api-secret }} ./vendor/bin/task acquia:auth"
ENVIRONMENT="${{ inputs.environment }}"
APPLICATION=${ENVIRONMENT%.*}
Expand Down

0 comments on commit 79b5676

Please sign in to comment.