diff --git a/.github/workflows/deploy-on-master-push.yml b/.github/workflows/deploy-on-master-push.yml index 990e2f1..26cc08b 100644 --- a/.github/workflows/deploy-on-master-push.yml +++ b/.github/workflows/deploy-on-master-push.yml @@ -21,12 +21,12 @@ jobs: - name: Connect to EC2 and run script run: | - ssh -i "~/.ssh/id_aws.pem" ubuntu@ec2-34-224-89-239.compute-1.amazonaws.com ' - ls; - psql --host=geodb.cfhjsivstphy.us-east-1.rds.amazonaws.com --port=5432 --username=postgres --dbname=geodb; - # echo "Another command"; - - # Add more commands as needed ssh -i "~/.ssh/id_aws.pem" ubuntu@ec2-34-224-89-239.compute-1.amazonaws.com 'run_commands.sh' + # ls; + # psql --host=geodb.cfhjsivstphy.us-east-1.rds.amazonaws.com --port=5432 --username=postgres --dbname=geodb; + # # echo "Another command"; + + # # Add more commands as needed + # ssh -i "~/.ssh/id_aws.pem" ubuntu@ec2-34-224-89-239.compute-1.amazonaws.com 'run_commands.sh' - ' + # '