diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index e0c03b1f..00000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-on:
- pull_request:
- types: [opened, labeled, unlabeled, synchronize]
- workflow_dispatch:
-
-
-
-jobs:
- run_pull:
- name: run pull
- runs-on: ubuntu-latest
- env:
- # Setting an environment variable with the value of a configuration variable
- LABEL: ${{
- contains(github.event.pull_request.labels.*.name, 'deploy_5173') && 'deploy_5173' ||
- (contains(github.event.pull_request.labels.*.name, 'deploy_5174') && 'deploy_5174' || 'none')
- }}
-
- steps:
- - name: exit
- if: ${{ env.LABEL == 'none' }}
- run: |
- exit 1
- - name: install ssh keys
- # check this thread to understand why its needed:
- # https://stackoverflow.com/a/70447517
- run: |
- echo env.tag_name
- install -m 600 -D /dev/null ~/.ssh/id_rsa
- echo "${{ secrets.LXGR_DEPLOY_PRIV }}" > ~/.ssh/id_rsa
- ssh-keyscan -H ${{ secrets.LXGR_HOST }} > ~/.ssh/known_hosts
- - name: connect and pull
- run: ssh ${{ secrets.LXGR_USER }}@${{ secrets.LXGR_HOST }} "cd ~/$LABEL && git checkout . && git fetch && git checkout ${{ github.event.pull_request.head.ref }} && git pull && npm i && npm run build && chgrp -R www-data ~/$LABEL && exit"
- - name: cleanup
- run: rm -rf ~/.ssh
diff --git a/.github/workflows/test_deployment.yml b/.github/workflows/test_deployment.yml
new file mode 100644
index 00000000..1a47a4aa
--- /dev/null
+++ b/.github/workflows/test_deployment.yml
@@ -0,0 +1,35 @@
+name: Test CD
+
+on:
+ pull_request:
+ types: [opened, labeled, unlabeled, synchronize]
+ workflow_dispatch:
+
+jobs:
+ run_pull:
+ name: run pull
+ runs-on: ubuntu-latest
+ env:
+ # Setting an environment variable with the value of a configuration variable
+ LABEL: ${{
+ contains(github.event.pull_request.labels.*.name, 'deploy_5173') && 'deploy_5173' ||
+ (contains(github.event.pull_request.labels.*.name, 'deploy_5174') && 'deploy_5174' || 'none')
+ }}
+
+ steps:
+ - name: exit
+ if: ${{ env.LABEL == 'none' }}
+ run: |
+ exit 1
+ - name: install ssh keys
+ # check this thread to understand why its needed:
+ # https://stackoverflow.com/a/70447517
+ run: |
+ echo env.tag_name
+ install -m 600 -D /dev/null ~/.ssh/id_rsa
+ echo "${{ secrets.LXGR_DEPLOY_PRIV }}" > ~/.ssh/id_rsa
+ ssh-keyscan -H ${{ secrets.LXGR_HOST }} > ~/.ssh/known_hosts
+ - name: connect and pull
+ run: ssh ${{ secrets.LXGR_USER }}@${{ secrets.LXGR_HOST }} "cd ~/$LABEL && git checkout . && git fetch && git checkout ${{ github.event.pull_request.head.ref }} && git pull && npm i && npm run build && chgrp -R www-data ~/$LABEL && exit"
+ - name: cleanup
+ run: rm -rf ~/.ssh
diff --git a/public/BG.png b/public/BG.png
deleted file mode 100644
index 284e3a8d..00000000
Binary files a/public/BG.png and /dev/null differ
diff --git a/public/background.svg b/public/background.svg
deleted file mode 100644
index c38d8b05..00000000
--- a/public/background.svg
+++ /dev/null
@@ -1,325 +0,0 @@
-
-
diff --git a/public/sparkling_water.gif b/public/sparkling_water.gif
deleted file mode 100644
index a6594a3e..00000000
Binary files a/public/sparkling_water.gif and /dev/null differ
diff --git a/src/assets/background.svg b/src/assets/background.svg
deleted file mode 100644
index c38d8b05..00000000
--- a/src/assets/background.svg
+++ /dev/null
@@ -1,325 +0,0 @@
-
-
diff --git a/src/assets/figma/ActionOff.png b/src/assets/figma/ActionOff.png
deleted file mode 100644
index 8325627e..00000000
Binary files a/src/assets/figma/ActionOff.png and /dev/null differ
diff --git a/src/assets/figma/ActionOn.png b/src/assets/figma/ActionOn.png
deleted file mode 100644
index 27994da6..00000000
Binary files a/src/assets/figma/ActionOn.png and /dev/null differ
diff --git a/src/assets/figma/EntityOff.png b/src/assets/figma/EntityOff.png
deleted file mode 100644
index dc16915b..00000000
Binary files a/src/assets/figma/EntityOff.png and /dev/null differ
diff --git a/src/assets/figma/EntityOn.png b/src/assets/figma/EntityOn.png
deleted file mode 100644
index 4c5716fa..00000000
Binary files a/src/assets/figma/EntityOn.png and /dev/null differ
diff --git a/src/assets/figma/GameBoard.gif b/src/assets/figma/GameBoard.gif
deleted file mode 100644
index 48b18b27..00000000
Binary files a/src/assets/figma/GameBoard.gif and /dev/null differ
diff --git a/src/assets/figma/HeadquarterOff.png b/src/assets/figma/HeadquarterOff.png
deleted file mode 100644
index 626b210f..00000000
Binary files a/src/assets/figma/HeadquarterOff.png and /dev/null differ
diff --git a/src/assets/figma/HeadquarterOn.png b/src/assets/figma/HeadquarterOn.png
deleted file mode 100644
index 38bd118c..00000000
Binary files a/src/assets/figma/HeadquarterOn.png and /dev/null differ
diff --git a/src/assets/figma/Multicards.png b/src/assets/figma/Multicards.png
index 9cbbbc90..0a65e516 100644
Binary files a/src/assets/figma/Multicards.png and b/src/assets/figma/Multicards.png differ
diff --git a/src/assets/figma/PlaceOff.png b/src/assets/figma/PlaceOff.png
deleted file mode 100644
index c71e0948..00000000
Binary files a/src/assets/figma/PlaceOff.png and /dev/null differ
diff --git a/src/assets/figma/PlaceOn.png b/src/assets/figma/PlaceOn.png
deleted file mode 100644
index 897ff5f5..00000000
Binary files a/src/assets/figma/PlaceOn.png and /dev/null differ
diff --git a/public/spinner.svg b/src/assets/spinner.svg
similarity index 100%
rename from public/spinner.svg
rename to src/assets/spinner.svg
diff --git a/src/components/IgntAcc.vue b/src/components/IgntAcc.vue
deleted file mode 100644
index 83ed73bb..00000000
--- a/src/components/IgntAcc.vue
+++ /dev/null
@@ -1,238 +0,0 @@
-
-
- Connect your Keplr wallet via the Keplr browser extension to use
- this app.
-
- Install & connect your Keplr wallet via the Keplr browser
- extension to use this app.
-
- Connect your wallet
-
-
- Install Keplr
-
- Connecting
- Keplr cannot launch
-
-
-
- Support
-
-
-
-
-
-
-