File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed 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
33.stage.env filter =git-crypt-STAGE diff =git-crypt-STAGE
4- .stage.aws.env filter =git-crypt-STAGE diff =git-crypt-STAGE
4+ .stage.aws.env filter =git-crypt-STAGE diff =git-crypt-STAGE
5+ .prod.aws.env filter =git-crypt-PROD diff =git-crypt-PROD
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: time-tracker-ui-cd-prod
33on :
44 push :
55 branches :
6- - ' notfix -workflow'
6+ - ' fix -workflow'
77
88jobs :
99 cd :
4747 # source: './infrastructure/aws_ec2.sh'
4848 # target: '.'
4949
50+ - name : SCP files via ssh key - .prod.aws.env
51+ uses : appleboy/scp-action@master
52+ env :
53+ USERNAME : ${{ secrets.AWS_EC2_USER }}
54+ HOST : ${{ secrets.STAGE_UI_URL }}
55+ KEY : ${{ secrets.PROD_AWS_PRIVATE_KEY }}
56+ with :
57+ source : ' .prod.aws.env'
58+ target : ' .'
59+
5060 # - name: Deploy
5161 # run: |
5262 # TEMP=$(mktemp)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: time-tracker-ui-cd-stage
33on :
44 push :
55 branches :
6- - ' fix -workflow'
6+ - ' asdffix -workflow'
77
88jobs :
99 cd :
You can’t perform that action at this time.
0 commit comments