Skip to content

Commit

Permalink
chore(ci): correct web artifacts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 6, 2022
1 parent f18e032 commit e92a5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: "Deploy web app"
# if: ${{ endsWith(github.ref, '/master') || endsWith(github.ref, '/staging') || endsWith(github.ref, '/release') }}
run: |
ls -al .out/
ls -al packages_rs/nextclade-web/.build/production/web/
# ./scripts/deploy_web.sh

# - name: "Invalidate Cloudfront cache"
Expand Down

0 comments on commit e92a5a5

Please sign in to comment.