We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b752096 commit aded4a0Copy full SHA for aded4a0
.github/workflows/deploy-ec2-cfde-liver-prod.yml
@@ -51,7 +51,7 @@ jobs:
51
username: ${{ secrets.EC2_USER_CFDE_LIVER }}
52
key: ${{ secrets.EC2_SSH_KEY_CFDE_LIVER }}
53
port: ${{ secrets.EC2_PORT || 22 }}
54
- script: rm -rf ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER }}/*
+ script: rm -rf ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER_PROD }}/*
55
56
- name: Deploy dist to EC2
57
uses: appleboy/scp-action@v0.1.7
@@ -61,7 +61,7 @@ jobs:
61
62
63
source: portals/CFDELiver_PROD/*
64
- target: ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER }}
+ target: ${{ secrets.EC2_TARGET_DIR_CFDE_LIVER_PROD }}
65
strip_components: 2
66
67
- name: Run post-deploy script
0 commit comments