Skip to content

Commit

Permalink
Try dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Dec 3, 2024
1 parent 3408bd0 commit a2d241a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deployment.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [ develop, main, ACMS-4329 ]
jobs:
acquia_code_deployment:
build:
if: ${{ github.event_name == 'push' }}
name: "Code Deployment on Acquia Environment"
env:
Expand Down Expand Up @@ -82,6 +82,10 @@ jobs:
ACQUIA_CLOUD_API_KEY: ${{ secrets.ACQUIA_CLOUD_API_KEY }}
ACQUIA_CLOUD_API_SECRET: ${{ secrets.ACQUIA_CLOUD_API_SECRET }}
ACQUIA_APPLICATION_UUID: ${{ secrets.ACQUIA_APPLICATION_UUID }}
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy & Switch Code
shell: bash
run: |
Expand Down

0 comments on commit a2d241a

Please sign in to comment.