change domain to y2k.land

This commit is contained in:
2020-06-04 12:59:57 -04:00
parent 446a4b85ef
commit a979c3e013
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
env:
CF_ZONE_ID: "92e2ec634800f776ec4f3e983491c349"
CF_ZONE_ID: "8a79e5c61c0a7033d7b0eca176665cd1"
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
steps:
- uses: actions/checkout@v2