Skip to content

[deploy-vhost] Only stop/disable daemons when definitely present #38

[deploy-vhost] Only stop/disable daemons when definitely present

[deploy-vhost] Only stop/disable daemons when definitely present #38

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump tag
id: bump_tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INITIAL_VERSION: 1.0.0
- name: Push Tag to mirror
id: push_to_mirror
uses: mysociety/[email protected]
with:
git_ssh_key: ${{ secrets.PUBLICCVS_GIT_KEY }}
ssh_known_hosts: ${{ secrets.GIT_KNOWN_HOSTS }}
tag: ${{ steps.bump_tag.outputs.new_tag }}
remote: 'ssh://[email protected]/data/git/public/misc-scripts.git'