Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 2s

This commit is contained in:
2024-08-04 03:13:58 +00:00
parent 69e5695a8c
commit e9f868ee3d

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: |