We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bbd38 commit 709012cCopy full SHA for 709012c
.github/workflows/aws-ui-cd-prod.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: appleboy/scp-action@master
51
env:
52
USERNAME: ${{ secrets.AWS_EC2_USER }}
53
- HOST: ${{ secrets.STAGE_UI_URL }}
+ HOST: ${{ secrets.PROD_UI_URL }}
54
KEY: ${{ secrets.PROD_AWS_PRIVATE_KEY }}
55
with:
56
source: '.prod.aws.env'
0 commit comments