feat: add --date option to renew-dev.sh for restoring from existing b… #163
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build-images: | |
name: Pull code from master to favor-group.ru | |
runs-on: ubuntu-latest | |
steps: | |
- name: pull newest code to favor-group.ru from master | |
env: | |
UPDATER_KEY: ${{ secrets.UPDATER_KEY }} | |
run: curl https://hooks.favor-group.ru/update/pull-code/${UPDATER_KEY} |