This repository was archived by the owner on Jun 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments