Skip to content

Commit

Permalink
ci: temporary CD of feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Sep 19, 2023
1 parent e15a246 commit 6d17c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-branch.yml
Expand Up @@ -2,7 +2,7 @@ name: Deploy Branch

on:
push:
branches: [main, release]
branches: [main, release, fix-deployments]

jobs:
build-and-deploy:
Expand All @@ -18,7 +18,7 @@ jobs:
run: |
echo "DEPLOYMENT_ENVIRONMENT=staging" >> $GITHUB_ENV
echo "DEPLOYMENT_URL=https://indexer-staging.fly.dev" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/fix-deployments' }}

- name: Set variables for production
run: |
Expand Down

0 comments on commit 6d17c5f

Please sign in to comment.