We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b64990 commit 1bed944Copy full SHA for 1bed944
.github/workflows/ci.yaml
@@ -53,7 +53,8 @@ jobs:
53
54
- name: Set and Calculate test vars
55
run: |
56
- echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
+ echo "SHIVA --- instance_hostname=ec2-user@${{ steps.get_public_dns_name.outputs.result }}"
57
+ echo "instance_hostname=ec2-user@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
58
echo "private_key=${{ github.workspace }}/key.pem" >> $GITHUB_ENV
59
echo "${{ secrets.AWS_SSH_KEY }}" > ${{ github.workspace }}/key.pem && chmod 400 ${{ github.workspace }}/key.pem
60
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
0 commit comments