Skip to content

Commit

Permalink
Rename default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Oct 29, 2023
1 parent d9c11e3 commit ea3f489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- run: bun run typecheck
- run: bun run build
- name: Install SSH key
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
env:
FBS_SSH_KEY: ${{ secrets.FBS_SSH_KEY }}
run: |
mkdir -p ~/.ssh
echo "$FBS_SSH_KEY" >~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- name: Deploy
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: ./scripts/deploy.sh

0 comments on commit ea3f489

Please sign in to comment.