Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
restore old .stage.env, add newlines
  • Loading branch information
mmaquina committed Apr 4, 2023
commit 9f68b79c04a8a2d23252294b8453897817d9e031
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.prod.env filter=git-crypt-PROD diff=git-crypt-PROD
.stage.env filter=git-crypt-STAGE diff=git-crypt-STAGE
.stage.aws.env filter=git-crypt-STAGE diff=git-crypt-STAGE
.prod.aws.env filter=git-crypt-PROD diff=git-crypt-PROD
.prod.aws.env filter=git-crypt-PROD diff=git-crypt-PROD
2 changes: 1 addition & 1 deletion .github/workflows/aws-ui-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
echo "${{ secrets.PROD_AWS_PRIVATE_KEY }}" > $TEMP
chmod 400 $TEMP
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.PROD_UI_URL }} "chmod +x ./infrastructure/aws_ec2.sh"
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.PROD_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" prod
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.PROD_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" prod
2 changes: 1 addition & 1 deletion .github/workflows/aws-ui-cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
echo "${{ secrets.STAGE_AWS_PRIVATE_KEY }}" > $TEMP
chmod 400 $TEMP
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.STAGE_UI_URL }} "chmod +x ./infrastructure/aws_ec2.sh"
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.STAGE_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" stage
ssh -o 'StrictHostKeyChecking no' -i $TEMP ${{ secrets.AWS_EC2_USER }}@${{ secrets.STAGE_UI_URL }} "./infrastructure/aws_ec2.sh $RELEASE_VERSION" stage
Binary file modified .stage.env
Binary file not shown.