diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 075009d..d71285d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,17 +1,20 @@ on: - push: - branches: - - main -name: Deploy website on push + push: + branches: + - main +name: 🚀 Deploy website on push jobs: - web-deploy: - name: Deploy - runs-on: ubuntu-latest - steps: - - name: Get latest code - uses: Samkirkland/FTP-Deploy-Action@4.3.4 - with: - server: www.traditionalme.life - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - server-dir: /supun/ + web-deploy: + name: 🎉 Deploy + runs-on: ubuntu-latest + steps: + - name: 🚚 Get latest code + uses: actions/checkout@v3 + + - name: 📂 Sync files + uses: SamKirkland/FTP-Deploy-Action@v4.3.4 + with: + server: www.traditionalme.life + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PASSWORD }} + server-dir: /supun/