Skip to content

Commit

Permalink
new idea part #7
Browse files Browse the repository at this point in the history
  • Loading branch information
parhamrahmani committed May 27, 2024
1 parent c6f3db0 commit b74d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# putting ip in a variable to avoid issues with ssh command
var_ip=$ip
echo "Running update_instance.sh script on $var_ip"
./update_instance.sh var_ip
./update_instance.sh $var_ip
done
Expand Down

0 comments on commit b74d4df

Please sign in to comment.