Skip to content

Commit

Permalink
Update deploy_to_s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrkupton authored May 7, 2024
1 parent bdd554a commit 84fa05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ on:
workflow_dispatch:
push:
branches: # we can add branches to this list which will deploy code to Acquia GitLab as we push code to those branches.
# - develop
# - production
- dummy
- develop
- production
# - dummy
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOIT_WEBHOOK_URL }} # for slack
NODE_VERSION: 14
Expand Down

0 comments on commit 84fa05f

Please sign in to comment.