diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8c85ed1..284e21c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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:$GITLAB_TOKEN@lab.ssafy.com/s10-final/S10P31D206.git - git push gitlab deploy:frontend --force + git push gitlab frontend:frontend --force git checkout deploy git branch -D frontend