Update teste.yml #3
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: 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 |