Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Jan 6, 2024
1 parent 1560c33 commit 66ff197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
ssh -i private_key.pem -o StrictHostKeyChecking=no ubuntu@${{ secrets.EC2_PUBLIC_DOMAIN }} "
aws ecr get-login-password --region ap-northeast-2 |
sudo docker login --username AWS --password-stdin ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} &&
echo "Miro=$(sudo docker ps -q -f name=${{ env.IMAGE_NAME }})" >> $GITHUB_ENV &&
echo "chk" &&
echo "Miro=$(sudo docker ps -q -f name=${{ env.IMAGE_NAME }})" >> $GITHUB_ENV &&
echo "${{ env.Miro }}" &&
echo "The result of docker ps is: ${containerId}" &&
if [ \$(sudo docker ps -q -f name=${{ env.IMAGE_NAME }}) ]; then
Expand Down

0 comments on commit 66ff197

Please sign in to comment.