Forráskód Böngészése

Arreglo repositorio

Gabriel Gosparo 7 éve
szülő
commit
8b8c1d0736
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -4,5 +4,5 @@ pipeline:
     commands:
       - chmod 0600 keys/*
       - eval $(ssh-agent); ssh-add keys/gogs.drone.id_rsa
-      - git remote add gogs ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/pruebaMigracion.git
+      - git remote add gogs ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/NasBundle.git
       - git push gogs master:${DRONE_BRANCH}