Skip to content

Commit aded4a0

Browse files
committed
need new folder
1 parent b752096 commit aded4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-ec2-cfde-liver-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
username: ${{ secrets.EC2_USER_CFDE_LIVER }}
5252
key: ${{ secrets.EC2_SSH_KEY_CFDE_LIVER }}
5353
port: ${{ secrets.EC2_PORT || 22 }}
54-
script: rm -rf ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER }}/*
54+
script: rm -rf ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER_PROD }}/*
5555

5656
- name: Deploy dist to EC2
5757
uses: appleboy/scp-action@v0.1.7
@@ -61,7 +61,7 @@ jobs:
6161
key: ${{ secrets.EC2_SSH_KEY_CFDE_LIVER }}
6262
port: ${{ secrets.EC2_PORT || 22 }}
6363
source: portals/CFDELiver_PROD/*
64-
target: ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER }}
64+
target: ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER_PROD }}
6565
strip_components: 2
6666

6767
- name: Run post-deploy script

0 commit comments

Comments
 (0)