Skip to content

Share json file for language independent text #15

Share json file for language independent text

Share json file for language independent text #15

Workflow file for this run

name: Deploy to server
# on:
# push:
# branches:
# - main
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: SSH into server and pull folder
# uses: appleboy/ssh-action@master
# with:
# host: ${{ secrets.SERVER_HOST }}
# username: ${{ secrets.SERVER_USERNAME }}
# password: ${{ secrets.SERVER_PASSWORD }}
# script: |
# cd /home/h/resume
# git pull