Skip to content

Update transifex and wiki links #18

Update transifex and wiki links

Update transifex and wiki links #18

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Pull changes
env:
SERVER: ${{ secrets.SERVER }}
PORT: ${{ secrets.PORT }}
SSH_KEY: ${{secrets.SSH_KEY}}
run: |
echo "${SSH_KEY}" > /tmp/key
chmod 0600 /tmp/key
ssh "${SERVER}" -p "${PORT}" -i /tmp/key -o StrictHostKeyChecking=no "${GITHUB_REPOSITORY}"