Skip to content

Starting point for new pipeline on main #1

Starting point for new pipeline on main

Starting point for new pipeline on main #1

Workflow file for this run

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