diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index ad13ecd..51d32c4 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -33,5 +33,5 @@ jobs: run: npm run build - name: Deploy env: - PAGESHIP_API: https://api.pages.pandawork.com + PAGESHIP_API: https://api.pages.oursky.app run: make deploy diff --git a/Makefile b/Makefile index b4b2019..e54f8df 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ################################## PYTHON_PREFIX := python3 -m -PAGESHIP_API := https://api.pages.pandawork.com +PAGESHIP_API := https://api.pages.oursky.app ifeq ($(GITHUB_REF_NAME),production) ENV ?= $(GITHUB_REF_NAME) diff --git a/pageship.production.toml b/pageship.production.toml index 70e9c7e..68948c4 100644 --- a/pageship.production.toml +++ b/pageship.production.toml @@ -1,5 +1,5 @@ [app] -id = "mockuphone-prod-clone" +id = "mockuphone-prod" team = [ # Allow GitHub Actions in your repo to deploy @@ -15,9 +15,9 @@ team = [ [[app.sites]] name = "main" -# [[app.domains]] -# domain = "mockuphone.com" -# site = "main" +[[app.domains]] +domain = "mockuphone.com" +site = "main" [site] public = "dist"