Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Jun 18, 2024
1 parent 5b6ceb8 commit d539143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set variables for production
run: |
echo "FLY_CONFIG=fly.toml" >> $GITHUB_ENV
echo "FLY_CONFIG=fly.maci.toml" >> $GITHUB_ENV
echo "GIT_SHA_SHORT=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
echo "FLY_APP_NAME=maci-indexer-v2" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit d539143

Please sign in to comment.