16 lines
271 B
YAML
16 lines
271 B
YAML
name: Deploy mael-landing
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Pull and restart
|
|
run: |
|
|
cd /home/mads/mael-landing
|
|
git pull origin master
|
|
docker compose restart |