Skip to content

Commit

Permalink
(feat) Init git repo server side after install
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Aug 7, 2024
1 parent 0b984a6 commit 7b638cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,13 @@ cd -
mv .env .env.dev
ln -s .env.dev .env

echo "Initialize git repository"
git init
git add .gitignore .gitattributes
git add .
git add .env.*
git commit -a -m "Initial commit, on dev server"

echo "We are done 🐔🐔🐔"
echo "To use deuxhuithuit.co login, configure config/agency-auth.php"
echo "Please login at https://$PROJECT_CODE.288dev.com/craft"

0 comments on commit 7b638cb

Please sign in to comment.