Skip to content

Successful test

Successful test #12

Workflow file for this run

#workflow.yaml
name: Deploy CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run deploy
shell: bash
run: curl wemakeinter.net/deploy.php
env:
SSH_PRIVATE_KEY: ${{secrets.SSH_PRIVATE_KEY}}