name: Deploy to stage run-name: ${{ gitea.actor }} is deploying ThumeIT to staging on: [push] jobs: deploy-to-stage: runs-on: ubuntu-latest steps: - name: Clone Repository uses: actions/checkout@v3 run: | cp -r ./html/* /www-stg/html