Skip to content

remove cached package and service files during deployment to ensure f… #11

remove cached package and service files during deployment to ensure f…

remove cached package and service files during deployment to ensure f… #11

Workflow file for this run

on:
push:
branches: [master]
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Pull latest code
working-directory: ${{ vars.DEPLOY_PATH }}
run: git pull origin master
- name: Deploy
working-directory: ${{ vars.DEPLOY_PATH }}
run: bin/deploy