File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11.dev.env filter =git-crypt diff =git-crypt
22.prod.env filter =git-crypt-PROD diff =git-crypt-PROD
3- .stage.env filter =git-crypt-STAGE diff =git-crypt-STAGE
3+ .stage.env filter =git-crypt-STAGE diff =git-crypt-STAGE
4+ .stage.aws.env filter =git-crypt-STAGE diff =git-crypt-STAGE
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 source : ' ./infrastructure/aws_ec2.sh'
4949 target : ' .'
5050
51- - name : SCP files via ssh key - .stage.env
51+ - name : SCP files via ssh key - .stage.aws. env
5252 uses : appleboy/scp-action@master
5353 env :
5454 USERNAME : ${{ secrets.AWS_EC2_USER }}
5555 HOST : ${{ secrets.STAGE_UI_URL }}
5656 KEY : ${{ secrets.STAGE_AWS_PRIVATE_KEY }}
5757 with :
58- source : ' .stage.env'
58+ source : ' .stage.aws. env'
5959 target : ' .'
6060
6161 - name : Deploy
You can’t perform that action at this time.
0 commit comments