Fix urls
This commit is contained in:
25
.drone.yml
25
.drone.yml
@@ -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
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
.idea
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
An atmospheric platformer.
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://games.anatolykopyl.ru/stroll" target="_blank">Play now</a>
|
||||
<a href="/stroll" target="_blank">Play now</a>
|
||||
<a href="https://gamejolt.com/games/Stroll/279158" target="_blank">Check out on GameJolt</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -59,7 +59,7 @@
|
||||
Two people on one keyboard, oldschool.
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://games.anatolykopyl.ru/mwg" target="_blank">Play now</a>
|
||||
<a href="/mwg" target="_blank">Play now</a>
|
||||
<a href="https://gamejolt.com/games/monkeys-with-grenades/83237" target="_blank">Check out on GameJolt</a><br>
|
||||
<a href="https://linktr.ee/lebtr" target="_blank">Music by Lebtr</a>
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@
|
||||
<div class="games__section__game__info">
|
||||
<h2>Inferno Cop</h2>
|
||||
<div class="description">
|
||||
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.
|
||||
</div>
|
||||
<div class="links">
|
||||
@@ -122,7 +122,7 @@
|
||||
<div class="games__section__game__info">
|
||||
<h2>Murk</h2>
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://gamejolt.com/games/murk/92990" target="_blank">Check out on GameJolt</a><br>
|
||||
|
||||
Reference in New Issue
Block a user