Skip to content

Commit ee65e0d

Browse files
committed
fix: batcher target
1 parent b54e40a commit ee65e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/ansible/playbooks/batcher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
ansible.builtin.git:
5353
repo: https://github.com/yetanotherco/aligned_layer.git
5454
dest: /home/{{ ansible_user }}/repos/batcher/aligned_layer
55-
version: staging
55+
version: 2065-feat-sepolia-deployment
5656
recursive: false
5757

5858
# Build the batcher
@@ -66,7 +66,7 @@
6666
- name: Install batcher
6767
make:
6868
chdir: /home/{{ ansible_user }}/repos/batcher/aligned_layer
69-
target: install_batcher
69+
target: batcher_install
7070
environment:
7171
PATH: "{{ ansible_env.PATH }}:/usr/local/go/bin:/home/{{ ansible_user }}/.cargo/bin"
7272

0 commit comments

Comments
 (0)