Skip to content

homepage: quick fix for newsletter form #10

homepage: quick fix for newsletter form

homepage: quick fix for newsletter form #10

Workflow file for this run

name: Deploy
on:
push:
branches:
- production
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Push to remote Git repository
run: |
git remote rename origin upstream
git remote add origin [email protected]:www.pehapkari.cz
git push origin production:production