Skip to content

Merge pull request #3 from upbound/feature/switch-cli-endpoint #4

Merge pull request #3 from upbound/feature/switch-cli-endpoint

Merge pull request #3 from upbound/feature/switch-cli-endpoint #4

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
env:
UP_TOKEN: ${{ secrets.UP_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Run Up CLI Build and Push
if: env.UP_TOKEN != ''
uses: upbound/up-project-action@v1
with:
up_token: ${{ secrets.UP_TOKEN }}
endpoint: https://cli.upbound.io
channel: main