deploy-from-github
deploy-from-github copied to clipboard
Results
2
deploy-from-github issues
Sort by
recently updated
recently updated
newest added
trafficstars
```yml name: Stats Backend Deploy on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest strategy: matrix: node-version: [18.x] steps: - name: Check out repository code uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version...
I think there might be an issue with using self-hosted runners to deploy caprover tar files. Here is what I have: ```yml name: Build & deploy on: workflow_dispatch: push: jobs:...