Compare commits

..

No commits in common. "549c47bac4f742ed0fded15a860edc6ae0983075" and "2cc6ab0808e0a436faed38e4ac3c02fd2e6f076c" have entirely different histories.

2 changed files with 0 additions and 52 deletions

View File

@ -1,28 +0,0 @@
Name: Terraform Processing
run-name: ${{ gitea.actor }}
on:
push:
branches:
- "**"
- "!master"
jobs:
Plan:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
#
- name: List Contents
id: ls
run: ls -al
- name: Deploy
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/proftpd:latest .

View File

@ -1,24 +0,0 @@
Name: Container Build Push
run-name: ${{ gitea.actor }}
on:
pull_request:
types: [closed]
jobs:
Plan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: List Contents
id: ls
run: ls -al
- name: Deploy
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/proftpd:latest .
docker push git.hamik.net/paradizelost/proftpd