diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..4a0b4a7 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,14 @@ +name: WordPress deployment +run-name: ${{ gitea.actor }} deploying ${{ gitea.repository.name }} +on: [push] + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - run: echo "Deploying WordPress site..." + - name: Checkout code + uses: actions/checkout@v4 + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} diff --git a/.gitignore b/.gitignore index a68d087..d04ad11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /* +!/.gitea !/.gitignore