Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 authored Dec 4, 2024
1 parent 4842ccd commit 3f7765d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
working-directory: ecs
# sudoがない環境なので公式GitHub Actionsは使えない
run: |
wget https://github.com/kayac/ecspresso/releases/download/v2.4.1/ecspresso_2.4.1_linux_amd64.tar.gz
tar xvf ecspresso_2.4.1_linux_amd64.tar.gz
wget https://github.com/kayac/ecspresso/releases/download/v2.4.4/ecspresso_2.4.4_linux_amd64.tar.gz
tar xvf ecspresso_2.4.4_linux_amd64.tar.gz
./ecspresso deploy --config benchmarker.yml --no-wait
env:
TAG: ${{ github.event.inputs.TAG || 'latest' }}
Expand Down

0 comments on commit 3f7765d

Please sign in to comment.