Match de série 5
sdiff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..5ee0fd1 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,28 @@ +name: Deploy to server + +on: + push: + branches: + - main + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + environment: production + + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: Copy build directory to server + uses: Dylan700/sftp-upload-action@v1.2.3 + with: + server: ${{ secrets.SERVER_HOST }} + username: ${{ secrets.SERVER_USERNAME }} + password: ${{ secrets.SERVER_PASSWORD }} + port: ${{ secrets.SERVER_PORT }} + uploads: | + ./ => /var/www/modelec.club + delete: true \ No newline at end of file diff --git a/assets/modelec-logo-small.png b/assets/modelec-logo-small.png new file mode 100644 index 0000000..ce77253 Binary files /dev/null and b/assets/modelec-logo-small.png differ diff --git a/assets/photo coupe 2024/finale.mp4 b/assets/photo coupe 2024/finale.mp4 new file mode 100644 index 0000000..83d2dcb Binary files /dev/null and b/assets/photo coupe 2024/finale.mp4 differ diff --git a/index.html b/index.html index 2e1ee09..1ccca02 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ +
Match de série 5
s