chore: update file name

This commit is contained in:
Kakious 2023-09-26 20:12:22 -04:00
parent 12f69c1f13
commit 22db664291
2 changed files with 3 additions and 13 deletions

View file

@ -29,16 +29,6 @@ data "coder_git_auth" "github" {
id = "primary-github"
}
resource "coder_app" "fox_api" {
agent_id = coder_agent.main.id
slug = "fox-api"
display_name = "F.O.X. API"
icon = "https://media.furality.online/boop/furality.png"
url = "http://localhost:8080"
share = "public"
subdomain = false
}
resource "coder_agent" "main" {
arch = data.coder_provisioner.me.arch
os = "linux"
@ -60,9 +50,9 @@ resource "coder_agent" "main" {
echo "[SETUP] Created ~/.coder-env"
fi
if [ ! -d ~/oauth-provider ]; then
if [ ! -d ~/fox-api ]; then
echo "[SETUP] Cloning Github Repo"
git clone https://github.com/furality/oauth-provider/
git clone https://github.com/furality/fox-api/
echo "[SETUP] Git Keys imported"
@ -200,7 +190,7 @@ name = "coder-${data.coder_workspace.me.id}-data"
}
data "docker_registry_image" "main" {
name = "git.kakio.us/kakious/coder-backend:latest"
name = "git.kakio.us/kakious/backend-php:latest"
}
resource "docker_image" "main" {