Skip to content

Merge pull request #172 from slovensko-digital/SD-1679/update_press #121

Merge pull request #172 from slovensko-digital/SD-1679/update_press

Merge pull request #172 from slovensko-digital/SD-1679/update_press #121

name: Slovensko.Digital CI
on:
push:
branches: master
jobs:
gitlab-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: dokku/github-action@master
with:
git_push_flags: '--force'
git_remote_url: ssh://git@${{secrets.GITLAB_DEPLOY_HOST}}/web.git
ssh_private_key: ${{secrets.GITLAB_DEPLOY_KEY}}