Skip to content

Add known hosts in variable #37

Add known hosts in variable

Add known hosts in variable #37

Workflow file for this run

name: Push to GitLab
on:
push:
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 0
fetch-tags: 1
- name: Push to GitLab
env:
SSH_PRIVATE_KEY: ${{secrets.DEPLOY_KEY}}
SSH_KNOWN_HOSTS: ${{ env.SSH_KNOWN_HOSTS}}
run: |
git checkout main
git push -T --set-upstream [email protected]:belux-vacc/belux-discord-bot.git main