This commit is contained in:
parent
6ce6545870
commit
f501e3f91c
@ -11,9 +11,9 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3 # Меняем v4 на v3
|
||||||
|
|
||||||
- name: Copy to web directory
|
- name: Copy to web directory
|
||||||
run: |
|
run: |
|
||||||
sudo cp -r * /var/www/html/
|
sudo cp -r * /var/www/html/
|
||||||
echo "✅ Deployed successfully"
|
echo "✅ Deployed successfully"
|
||||||
Loading…
Reference in New Issue
Block a user