Skip to content

Commit

Permalink
ci: criar commit vazio para triggar deploy na Umbler
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH committed Jan 22, 2021
1 parent db0d75c commit 2e58cda
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/clean-serverest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 6 * * *"

jobs:
release-on-serverest-dev:
deploy-on-serverest-dev:

runs-on: ubuntu-18.04

Expand All @@ -21,8 +21,11 @@ jobs:
private-key: ${{ secrets.SSH_PRIVATE_KEY }}
public-key: ${{ secrets.SSH_PUBLIC_KEY }}
known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Release on serverest.dev
- name: Deploy on serverest.dev
run: |
git remote add umbler ssh://git@geonosis.deploy.umbler.com:9922/jnydrgre/serverest-dev.git
git fetch --unshallow origin
git config --global user.email "deployumbler@github.com"
git config --global user.name "deploy umbler"
git commit --allow-empty -m "empty commity" --no-verify
git push umbler ${GITHUB_REF##*/}:trunk --no-verify --force

0 comments on commit 2e58cda

Please sign in to comment.