Merge remote-tracking branch 'refs/remotes/origin/master'
All checks were successful
Deploy Pruebas / deploy (push) Successful in 13s
All checks were successful
Deploy Pruebas / deploy (push) Successful in 13s
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -3,7 +3,7 @@ name: Deploy Pruebas
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- Pruebas
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@@ -23,4 +23,4 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd /usr/share/nginx/html/paad/
|
cd /usr/share/nginx/html/paad/
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/Pruebas
|
git reset --hard origin/Pruebas
|
||||||
Reference in New Issue
Block a user