Skip to content

Commit

Permalink
push to gitlab dev instead of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed May 16, 2024
1 parent b75ab10 commit e2121a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
git remote add gitlab ${{ env.GITLAB_URL }}
git fetch origin main
git push --mirror gitlab
git push gitlab main:dev

0 comments on commit e2121a2

Please sign in to comment.