Drop 1.x doc for Quarkus GitHub App and Action #112
Workflow file for this run
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: Surge.sh Teardown | |
on: | |
pull_request_target: | |
# when using teardown: 'true', add default event types + closed event type | |
types: [closed] | |
jobs: | |
preview: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: afc163/surge-preview@v1 | |
id: preview_step | |
with: | |
surge_token: ${{ secrets.SURGE_TOKEN }} | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
teardown: 'true' | |
failOnError: 'false' | |
build: | | |
echo Undeploying from surge.sh |