mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-22 16:23:56 +01:00
Set src_dir in upload to S3 deploy action
This commit is contained in:
parent
0cb9cedd8c
commit
cd2681fd84
2
.github/workflows/deploy-aws.yml
vendored
2
.github/workflows/deploy-aws.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
aws_bucket: 'web-check-frontend'
|
||||
source_dir: ''
|
||||
source_dir: './'
|
||||
|
||||
- name: Invalidate CloudFront cache
|
||||
uses: chetan/invalidate-cloudfront-action@v2.4
|
||||
|
Loading…
Reference in New Issue
Block a user