Compare commits

...

4 Commits

Author SHA1 Message Date
gtorres85
64848cd471 Merge branch 'master' of https://git.geeks.lol/Geeks/hive_locale
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2024-03-29 16:25:49 -06:00
gtorres85
c1186293cb traducciones
29032024
2024-03-29 16:25:14 -06:00
4d3b30930d
- only copy files when branch is master
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-22 11:10:29 -06:00
cb37bef823
- traducciones anteriores 2024-03-22 11:10:29 -06:00
2 changed files with 196 additions and 434 deletions

View File

@ -5,6 +5,9 @@ name: default
steps: steps:
- name: clean environment - name: clean environment
image: appleboy/drone-ssh image: appleboy/drone-ssh
when:
branch:
- master
settings: settings:
host: host:
from_secret: host from_secret: host
@ -18,6 +21,9 @@ steps:
- rm -rf * - rm -rf *
- name: copy files - name: copy files
image: appleboy/drone-scp image: appleboy/drone-scp
when:
branch:
- master
settings: settings:
host: host:
from_secret: host from_secret: host

File diff suppressed because it is too large Load Diff