File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 4545 bash run_test.sh
4646 ONLY_DEFINES=1 bash coverage.sh
4747
48-
4948 build_and_deploy_docs :
5049
5150 # The type of runner that the job will run on Ubuntu 18.04 (latest)
9089 - name : GitHub Release
9190 run : ' TOKEN=${{ secrets.GITHUBPAT }} ./github-release.sh'
9291 shell : bash
92+
93+ deploy_artifacts_staging_environment :
94+ needs :
95+ - build-test
96+ - build_and_deploy_docs
97+ runs-on : ubuntu-latest
98+ steps :
99+ - uses : actions/checkout@v3
100+ with :
101+ fetch-depth : 0
102+ ref : ${{ github.event.pull_request.head.ref }}
93103 - name : Set release version
104+ env :
105+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
106+ AWS_DEFAULT_REGION : ${{ secrets.AWS_DEFAULT_REGION }}
107+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
94108 run : ' ./configure_deployment.sh'
95109 shell : bash
96110 - uses : actions-hub/kubectl@master
You can’t perform that action at this time.
0 commit comments