Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 5419052

Browse files
committed
temp no longer deploying to aws...
1 parent 075e674 commit 5419052

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/master-flow.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@ jobs:
5252
RDS_USERNAME: tsr
5353
RDS_PASSWORD: tsr
5454
- uses: ./.github/actions/test-frontend
55-
deploy_aws:
56-
name: deploy to aws eb
57-
runs-on: ubuntu-18.04
58-
needs: test
59-
steps:
60-
- uses: actions/checkout@v2
61-
62-
- name: download build aritifact
63-
uses: actions/download-artifact@v2
64-
with:
65-
name: tsr-jar
66-
path: pipeline/eb/tsr
67-
68-
- name: Deploy to AWS EB
69-
uses: ./.github/actions/deploy-eb
70-
env:
71-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
72-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
73-
AWS_DEFAULT_REGION: us-west-2
74-
SHA8: ${{ github.sha }}
55+
# deploy_aws:
56+
# name: deploy to aws eb
57+
# runs-on: ubuntu-18.04
58+
# needs: test
59+
# steps:
60+
# - uses: actions/checkout@v2
61+
#
62+
# - name: download build aritifact
63+
# uses: actions/download-artifact@v2
64+
# with:
65+
# name: tsr-jar
66+
# path: pipeline/eb/tsr
67+
#
68+
# - name: Deploy to AWS EB
69+
# uses: ./.github/actions/deploy-eb
70+
# env:
71+
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
72+
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
73+
# AWS_DEFAULT_REGION: us-west-2
74+
# SHA8: ${{ github.sha }}

0 commit comments

Comments
 (0)