Skip to content

Commit 9f68b79

Browse files
committed
restore old .stage.env, add newlines
1 parent bc973bb commit 9f68b79

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.prod.env filter=git-crypt-PROD diff=git-crypt-PROD
33
.stage.env filter=git-crypt-STAGE diff=git-crypt-STAGE
44
.stage.aws.env filter=git-crypt-STAGE diff=git-crypt-STAGE
5-
.prod.aws.env filter=git-crypt-PROD diff=git-crypt-PROD
5+
.prod.aws.env filter=git-crypt-PROD diff=git-crypt-PROD

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
echo "${{ secrets.PROD_AWS_PRIVATE_KEY }}" > $TEMP
6363
chmod 400 $TEMP
6464
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.PROD_UI_URL }} "chmod +x ./infrastructure/aws_ec2.sh"
65-
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.PROD_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" prod
65+
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.PROD_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" prod

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
echo "${{ secrets.STAGE_AWS_PRIVATE_KEY }}" > $TEMP
6565
chmod 400 $TEMP
6666
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.STAGE_UI_URL }} "chmod +x ./infrastructure/aws_ec2.sh"
67-
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.STAGE_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" stage
67+
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.STAGE_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" stage

.stage.env

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)