Skip to content

Commit 5ac706c

Browse files
author
hazelthatsme
authored
Merge pull request #7 from code-calico/update
website updates
2 parents 50185ca + 8b4aed5 commit 5ac706c

File tree

19 files changed

+2655
-7625
lines changed

19 files changed

+2655
-7625
lines changed

ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[defaults]
2+
inventory=./inventory.ini

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { defineConfig } from 'astro/config';
22

33
// https://astro.build/config
44
export default defineConfig({
5-
site: 'https://julierackshazel.github.io'
5+
site: 'https://codecalico.dev'
66
});

deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- name: Copy to var-www on hosts
3+
hosts: web
4+
gather_facts: false
5+
tasks:
6+
- ansible.posix.synchronize:
7+
src: dist/
8+
dest: /var/www/html/codecalico.dev
9+
10+
delete: true
11+
group: false
12+
perms: false
13+
rsync_timeout: 10
14+
times: false

inventory.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[web]
2+
codecalico.dev

0 commit comments

Comments
 (0)