Skip to content

Commit

Permalink
Merge pull request #489 from uu-plathome/tetsu1615-patch-1
Browse files Browse the repository at this point in the history
Update api.yml
  • Loading branch information
tetsu1615 authored May 30, 2024
2 parents 06ea83b + deb2acb commit a0a0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
HOST_NAME: ${{ secrets.XSERVER_HOST_NAME }}
run: |
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -p 10022 -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOST_NAME} '
ssh -vvv -p 10022 -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOST_NAME} '
cd ~/uu-circles.com/work/api && \
mkdir ${{ github.run_number }} && \
cd ${{ github.run_number }} && \
Expand Down

0 comments on commit a0a0ba3

Please sign in to comment.