Compare commits

..

No commits in common. "bbf7e0bfd378c528406008b6944b44fa3819c1ef" and "0388d64b2b34cad239b7f5c95526a145f5a84790" have entirely different histories.

2 changed files with 1 additions and 25 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

View file

@ -1,24 +0,0 @@
# 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