diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a02a562..34da76b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: --group-id ${{ secrets.SECURITY_GROUP_ID }} \ --protocol tcp \ --port 22 \ - --cidr ${{ TEMP_IP }}/32 + --cidr ${ TEMP_IP }/32 - name: Connect Bastion Host And Run deploy.sh uses: appleboy/ssh-action@v1.0.0 @@ -85,4 +85,4 @@ jobs: --group-id ${{ secrets.SECURITY_GROUP_ID }} \ --protocol tcp \ --port 22 \ - --cidr ${{ TEMP_IP }}/32 + --cidr ${ TEMP_IP }/32