Skip to content

Commit

Permalink
chore: enable cd workflow on the backup server
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdesu committed Sep 8, 2023
1 parent 70f8d77 commit 9e3a736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: mainnet
strategy:
matrix:
target: [SERVER_1]
target: [SERVER_1, SERVER_2]
if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Download Artifact
Expand Down

0 comments on commit 9e3a736

Please sign in to comment.