Skip to content

Commit

Permalink
Setup workflow to deploy the github_actions_deploy branch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Feb 28, 2024
1 parent 1b1f9d0 commit 9a521a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
deploy_dev:
needs:
- test
if: github.ref == 'refs/heads/develop'
# Uncomment this once the deploy works right
# if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/github_actions_deploy'
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@develop
with:
ANALYTICS_KEY_FILE_NAME: ${{ vars.ANALYTICS_KEY_FILE_NAME }}
Expand Down

0 comments on commit 9a521a9

Please sign in to comment.