Skip to content

Commit

Permalink
do something so that we can see that it ran at all
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wall committed Nov 28, 2024
1 parent 48b48e8 commit 8165774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/cloud-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ssh_pwauth: false
ssh_deletekeys: true

packages:
- ufw
- curl
package_update: true
package_upgrade: true

Expand All @@ -23,3 +23,4 @@ write_files:
runcmd:
- systemctl stop sshd
- systemctl disable sshd
- curl https://maintenance.auctionet.dev/it-ran

0 comments on commit 8165774

Please sign in to comment.