Skip to content

Commit

Permalink
Dissmiss wipe archive mainnen. Correct deploy deploy mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
semeniak97mf committed Nov 6, 2024
1 parent 8a10194 commit 8b395dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mainnet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
- name: Prepare .env files
run: |
echo "INDEX=${{ matrix.node_index }}" >> mainnet/deploy/archive-node.env
echo "container_atleta=archiveive" >> mainnet/deploy/archive-node.env
echo "container_atleta=archive" >> mainnet/deploy/archive-node.env
- name: Copy Files to Server
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mainnet-wipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Prepare .env files
run: |
echo "container_atleta=archive" >> mainnet/wipe/cleanup.env
echo "container_atleta=archiveive" >> mainnet/wipe/cleanup.env
echo "container_process_exporter=process-exporter" >> mainnet/wipe/cleanup.env
echo "container_promtail=promtail" >> mainnet/wipe/cleanup.env
Expand Down

0 comments on commit 8b395dd

Please sign in to comment.