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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments