Skip to content

Commit

Permalink
Update teste.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant authored Nov 13, 2024
1 parent 6d3b328 commit fad9fe1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/teste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
name: Deploy to Cluster
runs-on: deploy
steps:
- uses: actions/checkout@v4
- name: Clonar arquivos do repositório
uses: actions/checkout@v4

- name: Hello, world
run: echo hello world!

- name: get nodes
- name: Obter nós do cluster kubernetes
run: kubectl get nodes

- name: Listar arquivos da pasta atual
run: ls -la .

0 comments on commit fad9fe1

Please sign in to comment.