Update .gitea/workflows/deploy.yml
All checks were successful
deploy / deploy (push) Successful in 5m18s

This commit is contained in:
2024-08-04 03:15:29 +00:00
parent e9f868ee3d
commit 08a6e6610c

View File

@@ -6,9 +6,9 @@ jobs:
deploy:
runs-on: "homesrv01"
steps:
#- name: update
# run: |
# apt update -y && apt upgrade -y
- name: update
run: |
apt update -y && apt upgrade -y
- name: install ansible
run: |