Skip to content

Commit

Permalink
uwawawawa
Browse files Browse the repository at this point in the history
  • Loading branch information
yumio7 authored Jul 6, 2024
1 parent 9c1a0eb commit 1cbaa9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dev/ansible
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if [ "$ANSIBLE" = "true" ]; then
if [ "$ANSIBLE_PULL" = "true" ]; then
echo "Pulling and running latest server config ansible playbook"

git config --global --add safe.directory /server-config

ansible-pull -U "https://${GITHUB_TOKEN}@github.com/Gensokyo-Reimagined/gensou-config.git" -d "/server-config" --checkout "${ANSIBLE_PULL_BRANCH:=main}"
elif [ -f "/server-config/local.yml" ]; then
echo "Running local server config ansible playbook"
Expand Down

0 comments on commit 1cbaa9e

Please sign in to comment.