Remove doctype tag from test result output to avoid creating an inval… #1
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: deploy | |
on: | |
push: | |
branches: | |
- 'master' | |
jobs: | |
deploy_staging: | |
uses: ./.github/workflows/deploy.yml | |
with: | |
envname: main | |
docker_tag: main | |
docker_port: 8000 | |
secrets: | |
host: ${{secrets.HOST}} | |
user: ${{secrets.USER}} | |
private_key: ${{secrets.PRIVATE_KEY}} | |