Skip to content

Update video-frontend-s3-deploy.yml #3

Update video-frontend-s3-deploy.yml

Update video-frontend-s3-deploy.yml #3

name: Video-frontend-S3 Deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
- name: Configure AWS Credentials
run: |

Check failure on line 22 in .github/workflows/video-frontend-s3-deploy.yml

View workflow run for this annotation

GitHub Actions / Video-frontend-S3 Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/video-frontend-s3-deploy.yml (Line: 22, Col: 14): Unrecognized named-value: 'eu-north-1'. Located at position 1 within expression: eu-north-1
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws configure set region ${{ eu-north-1 }}
- name: Deploy to S3
run: |
aws s3 sync ./build s3://video-recommandation-app-tsione-2024