Skip to content

Commit 38c9bbf

Browse files
ci(continuous_delivery): corrigir branch origem e erro de 'shallow update'
1 parent 5f6034d commit 38c9bbf

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/mlc_config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
{
2525
"pattern": "^/.github",
2626
"replacement": "https://github.com/PauloGoncalvesBH/ServeRest/tree/trunk/.github"
27-
},
28-
{
29-
"pattern": "https://api.serverest.dev",
30-
"replacement": "https://api.serverest.dev/usuarios?nome=check-link"
3127
}
3228
]
3329
}

.github/workflows/continuous_delivery.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
private-key: ${{ secrets.SSH_PRIVATE_KEY }}
100100
public-key: ${{ secrets.SSH_PUBLIC_KEY }}
101101
known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
102-
- name: Release on api.serverest.dev
102+
- name: Release branch ${GITHUB_REF##*/} on serverest.dev
103103
run: |
104104
git remote add umbler ssh://[email protected]:9922/jnydrgre/serverest-dev.git
105-
git push umbler trunk:trunk --no-verify --force
105+
git fetch --unshallow origin
106+
git push umbler ${GITHUB_REF##*/}:trunk --no-verify --force

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
### Features
6868

69-
* disponibilizar o ServeRest em https://api.serverest.dev ([#162](https://github.com/PauloGoncalvesBH/ServeRest/issues/162)) ([3c2de9c](https://github.com/PauloGoncalvesBH/ServeRest/commit/3c2de9c5f874f439077436f4f684b82699c26585))
69+
* disponibilizar o ServeRest em api.serverest.dev ([#162](https://github.com/PauloGoncalvesBH/ServeRest/issues/162)) ([3c2de9c](https://github.com/PauloGoncalvesBH/ServeRest/commit/3c2de9c5f874f439077436f4f684b82699c26585))
7070

7171
# [2.14.0](https://github.com/PauloGoncalvesBH/ServeRest/compare/v2.13.3...v2.14.0) (2020-10-15)
7272

0 commit comments

Comments
 (0)