1
0
Files
test-php/.github/workflows/cicd.yaml
felegy 66a3f2537e
All checks were successful
/ build-and-deploy (push) Successful in 19s
+ ADD github build and deploy action
2025-08-19 01:49:47 +00:00

16 lines
375 B
YAML

on:
push:
branches: [ main ]
jobs:
build-image-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: https://git.saito.systems/felegy/test-php.git
GIT_USERNAME: felegy
GIT_PASSWORD: ${{ secrets.DEPLOY_REPO_TOKEN }}