Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 authored Jan 12, 2024
1 parent 09e7e02 commit 158ebfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/playbooks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@

- name: Clone repo in tmp dir
ansible.builtin.git:
repo: git@github.com:lambdaclass/stark_compass_explorer.git
repo: https://github.com/lambdaclass/stark_compass_explorer.git
version: "{{ lookup('ansible.builtin.env', 'GIT_BRANCH') }}"
dest: "/home/{{ lookup('ansible.builtin.env', 'TS_USER') }}/tmp/stark_compass_explorer"
ssh_opts: "-o StrictHostKeyChecking=no"
key_file: "/home/{{ lookup('ansible.builtin.env', 'TS_USER') }}/.ssh/id_ed25519"
register: clone_output

- name: Print clone repo output
Expand Down

0 comments on commit 158ebfd

Please sign in to comment.