diff --git a/.github/files-in-observation.yml b/.github/files-in-observation.yml index a7a8e2e..223b6f2 100644 --- a/.github/files-in-observation.yml +++ b/.github/files-in-observation.yml @@ -1,5 +1,5 @@ seo: - - domain/var/robots.txt + - domain/var/*.txt # src: # - src/*.ts # - "!src/__tests__/**" diff --git a/Makefile b/Makefile index 2a1e31a..5b30e34 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ build: - @docker build -t prakasa1904/go-example:latest . \ No newline at end of file + @docker build -t prakasa1904/go-example:latest . + +ci: + @act workflow_dispatch --container-architecture linux/amd64 diff --git a/domain/var/backup.txt b/domain/var/backup.txt new file mode 100644 index 0000000..a7ecb2e --- /dev/null +++ b/domain/var/backup.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: * +Allow: /.well-known/ +Disallow: /*.pl \ No newline at end of file diff --git a/domain/var/human.txt b/domain/var/human.txt new file mode 100644 index 0000000..a7ecb2e --- /dev/null +++ b/domain/var/human.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: * +Allow: /.well-known/ +Disallow: /*.pl \ No newline at end of file