Skip to content

Commit

Permalink
fix test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyc21 authored and tbssajal committed Jan 13, 2023
1 parent f7dce95 commit 4f1de98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Testnet
on:
workflow_dispatch:

concurrency: deploy-testnet
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -18,8 +18,8 @@ jobs:
stack_name: lachain-testnet
service_name: lachain
docker_image: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }}:${{ env.GITHUB_REF_SLUG_URL }}
retry: 1
timeout: 90
retry: 90
timeout: 1
- name: Send release message to slack chat
id: slack
uses: slackapi/[email protected]
Expand Down

0 comments on commit 4f1de98

Please sign in to comment.