mkA~(@^_^@)~PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT p0 name: Deploy Laravel Project on push on: push: branches: - main jobs: web-deploy: name: Deploy runs-on: ubuntu-latest steps: - name: Get the latest code uses: actions/checkout@v2.3.2 - uses: actions/setup-node@master - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');" - name: Install Dependencies run: composer update --ignore-platform-reqs - name: Generate key run: php artisan key:generate - name: Generate storage link run: php artisan storage:link - name: Directory Permissions run: chmod -R 777 storage bootstrap/cache - name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@v4.3.4 with: server: ${{ secrets.ftp.dentapro.tech}} username: ${{ secrets.dentapro@backend.dentapro.tech }} password: ${{ secrets.JVGSo7FZrf3B }}