1
0
mirror of synced 2025-12-28 00:23:25 +00:00

Create deploy

This commit is contained in:
Valentin
2024-06-04 17:44:40 +02:00
committed by GitHub
commit 8f2480f6cf

24
.github/workflows/deploy vendored Normal file
View File

@@ -0,0 +1,24 @@
name: deploy
on:
push:
tags:
- '*'
jobs:
déployer:
runs-on: self-hosted
steps:
- name: extract
run: |
tag_name=${GITHUB_REF##refs/tags/}
echo "tag $tag_name"
- name: download
uses: actions/checkout@v3
- name:
run: |
cp -r . /var/www/content