Skip to content

Merge pull request #15 from SlovakNationalGallery/MG-49-zoom-modal #13

Merge pull request #15 from SlovakNationalGallery/MG-49-zoom-modal

Merge pull request #15 from SlovakNationalGallery/MG-49-zoom-modal #13

name: Deploy "main" branch to test instance
on:
push:
branches:
- main
concurrency: deploy_test
jobs:
deploy:
name: Deploy
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Deploy
uses: deployphp/action@v1
with:
private-key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
known-hosts: ${{ secrets.DEPLOY_SSH_KNOWN_HOSTS }}
deployer-version: 7.3.0
dep: deploy test