Skip to content

Commit

Permalink
Adding Secrets and Env Variables in Github and referencing it in buil…
Browse files Browse the repository at this point in the history
…d.yaml
  • Loading branch information
mahen-n committed Feb 4, 2024
1 parent 66c06fb commit a316f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Copy files to the test website with the AWS CLI
run: |
ls -lrt ${{steps.download-artifact.outputs.download-path}}
echo ARTIFACT_AWS_S3_PATH ${{ vars.ARTIFACT_AWS_S3_PATH }}
aws s3 sync ${{steps.download-artifact.outputs.download-path}} ${{ vars.ARTIFACT_AWS_S3_PATH }}
aws s3 ls ${{ vars.ARTIFACT_AWS_S3_PATH }}
echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit a316f9f

Please sign in to comment.