Skip to content

Merge branch 'main' of https://github.com/ourtechbro/laravel-starter #5

Merge branch 'main' of https://github.com/ourtechbro/laravel-starter

Merge branch 'main' of https://github.com/ourtechbro/laravel-starter #5

Workflow file for this run

on:
push:
branches:
- main
name: πŸš€ Deploy on demo server
jobs:
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: ${{ secrets.DEV_FTP_SERVER }}
username: ${{ secrets.DEV_FTP_USERNAME }}
password: ${{ secrets.DEV_FTP_PASSWORD }}