Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Deploy production #1681

Deploy production

Deploy production #1681

name: Deploy production
on:
schedule:
- cron: "20 18 * * *"
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run deployment script
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
chmod +x ./src/scripts/deploy.sh
./src/scripts/deploy.sh production