name: Deploy Gitea Custom run-name: ${{ gitea.actor }} deploying Gitea on: push: branches: - deploy_custom env: GITEA_VERSION: deploy_custom CONTAINER_NAME: gitea-production VOLUME_NAME: gitea_data STORAGE_DRIVER: vfs #jobs: # build-and-deploy: # runs-on: ubuntu-latest # # # steps: # - name: Checkout code # uses: actions/checkout@v4 # # - name: Install Podman # run: | # sudo apt-get update # sudo apt-get install -y podman # # - name: Configure Podman # run: | # sudo mkdir -p /etc/containers # cat <