migrate to gtea from bistbucket
This commit is contained in:
45
public/restaurant/README.md
Normal file
45
public/restaurant/README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td style="background: blue !important;">
|
||||
<a href="#" target="_blank">
|
||||
<img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="200">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Laravel Project SaaS
|
||||
|
||||
This is a Project platform we made mostly using Laravel ^12.0
|
||||
|
||||
[Features] | [Requirements]| [Install] | [How to setting] | [License] |
|
||||
|
||||
## Project Plan & Time Duration
|
||||
|
||||
# Server Deployment
|
||||
name: FTP-Deploy-Action
|
||||
on:
|
||||
push:
|
||||
branches: ["jiku"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy via FTP
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
# - name: Deploy to FTP Server
|
||||
# uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
# with:
|
||||
# server: ${{ secrets.FTP_SERVER }}
|
||||
# username: ${{ secrets.FTP_USERNAME }}
|
||||
# password: ${{ secrets.FTP_PASSWORD }}
|
||||
# port: ${{ secrets.FTP_PORT }}
|
||||
# protocol: ftps
|
||||
# timeout: 3000
|
||||
Reference in New Issue
Block a user