Skip to content

Update teste.yml

Update teste.yml #3

Workflow file for this run

name: Teste - Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
name: Deploy to Cluster
runs-on: deploy
steps:
- uses: actions/checkout@v4
- name: Hello, world
run: echo hello world!
- name: get nodes
run: kubectl get nodes