diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1adadbf --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: FTP Deployment + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: FTP Deployment + uses: SamKirkland/FTP-Deploy-Action@v4.3.4 + with: + server: ${{ secrets.FTP_SERVER }} + username: ${{ secrets.FTP_USERNAME }} + password: ${{ secrets.FTP_PASSWORD }} + server-dir: "/www/recytech/" + local-dir: ./ + dry-run: false \ No newline at end of file diff --git a/index.html b/index.html index 489e3b6..3b6dbf6 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

RecyTech

-

Transformer les vieux pc
en de nouvelles oportunitées.

+

Transformer les vieux PC en nouvelles opportunités.

template2 @@ -43,4 +43,4 @@

Lorem ipsum dolor sit amet consectetur.

- \ No newline at end of file +