Skip to content

Commit

Permalink
Update deploy-artifacts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saqibmasood authored Jan 5, 2025
1 parent 74d8d98 commit 0b4532a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run-id: ${{ inputs.workflow-run }}
github-token: ${{ secrets.REPO_TOKEN }}
path: ${{ runner.temp }}
- run: tar xf ${{ runner.temp }}/public.tar
- run: |
df -h
tar xf ${{ runner.temp }}/public.tar
- run: aws s3 sync . s3:/products-qa.conholdate.com/
if: github.event.inputs.environment == 'staging'
Expand Down

0 comments on commit 0b4532a

Please sign in to comment.