Skip to content

Commit 709012c

Browse files
committed
test url prod
1 parent e6bbd38 commit 709012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws-ui-cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: appleboy/scp-action@master
5151
env:
5252
USERNAME: ${{ secrets.AWS_EC2_USER }}
53-
HOST: ${{ secrets.STAGE_UI_URL }}
53+
HOST: ${{ secrets.PROD_UI_URL }}
5454
KEY: ${{ secrets.PROD_AWS_PRIVATE_KEY }}
5555
with:
5656
source: '.prod.aws.env'

0 commit comments

Comments
 (0)