Skip to content

add php-fpm 8.3 build and nginx unit php 8.2 build to CI #120

add php-fpm 8.3 build and nginx unit php 8.2 build to CI

add php-fpm 8.3 build and nginx unit php 8.2 build to CI #120

Workflow file for this run

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}