Starting point for new pipeline on main #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: Configure target hosts and deploy app to idle slot | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
deploy-linode: | |
environment: LinodeWorld1 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 |