Skip to content

Commit 5e82ff6

Browse files
committed
use right variable for ec2 host
1 parent b767f71 commit 5e82ff6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-Dataspace-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Send .next2 to EC2
5757
uses: appleboy/scp-action@v0.1.7
5858
with:
59-
host: ${{ secrets.EC2_HOST }}
59+
host: ${{ vars.EC2_HOST }}
6060
username: ${{ secrets.EC2_USERNAME }}
6161
key: ${{ secrets.EC2_PRIVATE_KEY }}
6262
source: .next2
@@ -65,7 +65,7 @@ jobs:
6565
- name: Send public2 to EC2
6666
uses: appleboy/scp-action@v0.1.7
6767
with:
68-
host: ${{ secrets.EC2_HOST }}
68+
host: ${{ vars.EC2_HOST }}
6969
username: ${{ secrets.EC2_USERNAME }}
7070
key: ${{ secrets.EC2_PRIVATE_KEY }}
7171
source: public2

0 commit comments

Comments
 (0)