Update main.yml

This commit is contained in:
Josh Ashton
2025-01-23 14:14:27 -07:00
committed by GitHub
parent 0ab1c6f39d
commit de6a7c9d22
+1 -1
View File
@@ -33,4 +33,4 @@ jobs:
# Connects to your server via ssh and runs the deploy bash script
- name: Run Deploy Script
run: ssh -i ~/.ssh/id_rsa prod@secrets.IP_ADDRESS sh 2440-deploy.sh
run: ssh -i ~/.ssh/id_rsa prod@${{secrets.IP_ADDRESS}} sh 2440-deploy.sh