This commit is contained in:
@@ -9,6 +9,12 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Updating apt get
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Install rsync
|
||||
run: apt-get install rsync -y
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user