Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ozennou committed Dec 26, 2024
1 parent bd61854 commit 057d155
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/infra-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,15 @@ jobs:
- uses: actions/checkout@v4

- name: Init
run: |
terraform init
run: terraform init

- name: setup SSH
run: |
echo ${{ secrets.SSH_PUB_KEY }} > ./id_rsa.pub
chmod 600 ./id_rsa.pub
- name: apply
run: |
terraform apply -auto-approve
run: terraform apply -auto-approve

- name: save azure VMs public ip address
run: terraform output > virtual_machines.ini
Expand Down Expand Up @@ -175,7 +173,6 @@ jobs:
gitlab_exporter['enable'] = true
gitlab_exporter['listen_address'] = '0.0.0.0:9168'
EOF
cat gitlab.rb
- name: Configure GitLab EE
run: ansible-playbook -i inventory.ini Gitlab-instance.yml
Expand Down

0 comments on commit 057d155

Please sign in to comment.