We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadb413 commit 57409e7Copy full SHA for 57409e7
1 file changed
admin/release-deploy
@@ -22,17 +22,14 @@ git push ${CI_ORG}/CodeIgniter4 develop
22
echo -e "${BOLD}Pushing to the user guide repository${NORMAL}"
23
cd ${CI_DIR}/dist/userguide
24
git push origin master
25
-git push ${CI_ORG}/userguide master
26
27
echo -e "${BOLD}Pushing to the framework repository${NORMAL}"
28
cd ${CI_DIR}/dist/framework
29
30
-git push ${CI_ORG}/framework master
31
32
echo -e "${BOLD}Pushing to the app starter repository${NORMAL}"
33
cd ${CI_DIR}/dist/appstarter
34
35
-git push ${CI_ORG}/appstarter master
36
37
cd ${CI_DIR}
38
0 commit comments