Skip to content

Commit 50569ee

Browse files
committed
env
1 parent 60b09dd commit 50569ee

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.aws.stage.env

Lines changed: 0 additions & 8 deletions
This file was deleted.

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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

.github/workflows/aws-ui-cd-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.stage.aws.env

578 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)