Skip to content

Commit

Permalink
Deploy: GitLab Sync fix
Browse files Browse the repository at this point in the history
  • Loading branch information
404-not-foundl committed Apr 23, 2024
1 parent 47e38e9 commit 4546224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
git checkout -b frontend
git filter-branch --force --prune-empty --index-filter "git rm -rf --cached --ignore-unmatch .github" HEAD
git remote add gitlab https://oauth2:[email protected]/s10-final/S10P31D206.git
git push gitlab deploy:frontend --force
git push gitlab frontend:frontend --force
git checkout deploy
git branch -D frontend

0 comments on commit 4546224

Please sign in to comment.