Merge pull request #82 from Holo-Host/develop #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Deployment to qaNet | |
on: | |
push: | |
branches: | |
- QA | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
name: Deploy server | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Publish to qaNet | |
uses: cloudflare/wrangler-action@v3 | |
with: | |
apiToken: ${{ secrets.CF_API_TOKEN }} | |
workingDirectory: 'server' | |
environment: qanet |