Removed additional crud

This commit is contained in:
KawaiiPunk 2024-07-01 22:29:38 +01:00
parent be3ae9e672
commit 48af58b3b3
Signed by: kawaiipunk
GPG Key ID: 8664A690E094B219
3 changed files with 0 additions and 29 deletions

View File

@ -1,6 +0,0 @@
.git
.dat
node_modules
*.log
**/.DS_Store
Thumbs.db

View File

@ -1,23 +0,0 @@
---
kind: pipeline
name: deploy to swarm.autonomic.zone
steps:
- name: bundle static
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/kawaiipunk.xyz
tags: latest
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
settings:
stack: kawaiipunk-xyz
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
trigger:
branch:
- master

View File