Skip to content

Commit

Permalink
Fix the deployment script for deploy/fafbeta (FAForever#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored Jun 19, 2022
1 parent 4ba103a commit 47f2910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release-faf-develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ git push faforever HEAD:develop

read

git checkout faforever/fafbeta
git pull faforever faforever/fafbeta
git checkout faforever/deploy/fafbeta
git pull faforever deploy/fafbeta
git pull faforever develop --rebase
git push faforever HEAD:faforever/fafbeta
git push faforever HEAD:deploy/fafbeta

read

Expand Down

0 comments on commit 47f2910

Please sign in to comment.