diff --git a/.github/workflows/deploy_to_aws.yml b/.github/workflows/deploy_to_aws.yml index f05aa6f..67fd740 100644 --- a/.github/workflows/deploy_to_aws.yml +++ b/.github/workflows/deploy_to_aws.yml @@ -44,7 +44,7 @@ jobs: - name: SSH into EC2 and restart Docker run: | - ssh -o StrictHostKeyChecking=no -i ec2-key.pem ec2-user@ec2-35-173-190-74.compute-1.amazonaws.com << 'EOF' + ssh -o StrictHostKeyChecking=no -i ec2-key.pem ec2-user@ec2-${{ secrets.AWS_EC2_PUBLIC_IP_WITH_DASHES }}.compute-1.amazonaws.com << 'EOF' # Stop and remove everything docker stop $(docker ps -aq) diff --git a/README.md b/README.md index bd80204..781070a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A database of software failures from 2010 to 2022 curated by FAIL is available a ## About -This repository contains all of the artifacts of the project. +This repository contains all of the project's artifacts. Our artifact includes the following (ordered by sections): | Item | Description | Corresponding content in the paper |