Skip to content

Commit

Permalink
Change Cloudflare for Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Nov 3, 2023
1 parent 072a5ad commit 833c66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/component-actions/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ components:
- name: SNAKE_SOUND
# marks this variable as sensitive to prevent it from being output in the Zarf log
sensitive: true
# autoIndent tells Zarf to maintain spacing for any newlines when templating into a yaml file
# autoIndent tells Zarf to maintain spacing for any newlines when templating into a yaml file
autoIndent: true
# onSuccess will only run if steps in this component are successful
onSuccess:
Expand Down Expand Up @@ -185,13 +185,13 @@ components:
actions:
onCreate:
after:
- description: Cloudflare 1.1.1.1 site to be available
- description: Github.com to be available
maxTotalSeconds: 15
wait:
# wait for a network address to return a 200 OK response
network:
protocol: https
address: 1.1.1.1
address: github.com
code: 200

- name: on-deploy-with-wait-action
Expand Down

0 comments on commit 833c66f

Please sign in to comment.