File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
.prod.env filter =git-crypt-PROD diff =git-crypt-PROD
3
3
.stage.env filter =git-crypt-STAGE diff =git-crypt-STAGE
4
4
.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
Original file line number Diff line number Diff line change 62
62
echo "${{ secrets.PROD_AWS_PRIVATE_KEY }}" > $TEMP
63
63
chmod 400 $TEMP
64
64
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
Original file line number Diff line number Diff line change 64
64
echo "${{ secrets.STAGE_AWS_PRIVATE_KEY }}" > $TEMP
65
65
chmod 400 $TEMP
66
66
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
You can’t perform that action at this time.
0 commit comments