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

Commit

Permalink
WIP deploy to new server
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Sep 27, 2023
1 parent d07c7f7 commit f40e38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
on:
push:
branches:
- main
- swap-server
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
AWS_REGION: ${{ vars.AWS_REGION }}
PROVER_STORAGE: ${{ vars.PROVER_STORAGE }}
ANSIBLE_SSH_PKEY_DIR: "./id_ed25519_testing"
SSH_HOST: ${{ vars.SSH_HOST }}
SSH_HOST: ${{ vars.SSH_NEW_HOST }}
GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
ANSIBLE_STDOUT_CALLBACK: "yaml"
ENABLE_MAINNET_SYNC: "true"
Expand Down

0 comments on commit f40e38d

Please sign in to comment.