This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user