From cee5330bbc7be5f9bd49b62f5416e37e7128aa71 Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Sun, 12 May 2024 16:44:54 +0300 Subject: [PATCH] Fix urls --- .drone.yml | 25 ------------------------- .gitignore | 1 + src/index.html | 8 ++++---- 3 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 1f84555..0000000 --- a/.drone.yml +++ /dev/null @@ -1,25 +0,0 @@ -kind: pipeline -type: docker -name: build - -clone: - disable: true - -steps: -- name: bulid - image: node:16 - environment: - SSH_PRIVATE_KEY: - from_secret: ssh_private_key - commands: - - git clone https://git.radner.ru/anatolykopyl/games.anatolykopyl.ru.git - - cd games.anatolykopyl.ru - - npm install - - npm run build - - mkdir ~/.ssh - - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa - - chmod 400 ~/.ssh/id_rsa - - scp -o StrictHostKeyChecking=no -r ./dist/* webmaster@games.anatolykopyl.ru:~/www/games.anatolykopyl.ru - when: - branch: - - master diff --git a/.gitignore b/.gitignore index d451ff1..a0d07fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules .DS_Store +.idea dist dist-ssr *.local diff --git a/src/index.html b/src/index.html index 8ac3c41..18bc9ba 100644 --- a/src/index.html +++ b/src/index.html @@ -42,7 +42,7 @@ An atmospheric platformer. @@ -59,7 +59,7 @@ Two people on one keyboard, oldschool. @@ -92,7 +92,7 @@

Inferno Cop

- A video game adaptation of the show Inferno Cop by studio Trigger. + A video game adaptation of the show Inferno Cop by studio Trigger. Featuring jump groans, bandits and quick time events.