Compare commits

...

12 commits

Author SHA1 Message Date
maxime-cool bbf7e0bfd3 activated drone CI
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-19 15:45:12 +01:00
maxime-cool 09bb59c25b Merge branch 'main' of https://gitea.com/maximeg/palettetest 2024-01-19 15:38:59 +01:00
maxime-cool e972daf77e commented out drone CI 2024-01-19 15:38:55 +01:00
maximeg cdcbc82363 Actualiser .gitea/workflows/test.yml 2024-01-18 15:26:43 +00:00
maximeg f8208cb1da Actualiser .gitea/workflows/test.yml 2024-01-18 15:22:09 +00:00
maximeg 8621c503a3 Actualiser .gitea/workflows/test.yml 2024-01-18 15:21:24 +00:00
maximeg 0bed74775a Actualiser .gitea/workflows/test.yml 2024-01-18 14:20:26 +00:00
maximeg bb03c3d3aa Actualiser .gitea/workflows/test.yml 2024-01-18 14:16:02 +00:00
maximeg 79abc735a2 Actualiser .gitea/workflows/test.yml 2024-01-18 14:15:02 +00:00
maximeg c16248c42a Actualiser .gitea/workflows/test.yml 2024-01-18 14:10:23 +00:00
maximeg 4153970c0a Actualiser .gitea/workflows/test.yml 2024-01-18 14:06:04 +00:00
maximeg dc761913fc ajout workflow gitea 2024-01-18 14:02:29 +00:00
2 changed files with 25 additions and 1 deletions

View file

@ -1,7 +1,7 @@
kind: pipeline
type: docker
name: default
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
steps:
- name: Version check

24
.gitea/workflows/test.yml Normal file
View file

@ -0,0 +1,24 @@
# name: Gitea Actions
# run-name: ${{ gitea.actor }} is testing Gitea Actions 🚀
# on: [push]
# jobs:
# build and deploy:
# steps:
# - uses: actions/checkout@v3
# - run: |
# pwd
# echo 'hello world'
# ls -a
# - name: Setup Hugo
# uses: https://github.com/peaceiris/actions-hugo@v2
# with:
# hugo-version: 'latest'
# extended: true
# - name: Build
# run: hugo --minify --config hugo.toml
# - name: Deploy
# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# run: hugo deploy --config hugo.toml