Skip to content

testing server key

testing server key #7

Workflow file for this run

name: Deployment
"on":
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
env:
SERVER_KEY: ${{ secrets.SERVER_KEY }}
- name: Deploy to server
run: echo "$SERVER_KEY" > secret && chmod 600 secret && ls -l