Skip to content

Commit 4450622

Browse files
authored
Fix deploys (#48)
* Obfuscate key Fixes #46 * Fixing deploys
1 parent 9e49baf commit 4450622

File tree

3 files changed

+9
-101
lines changed

3 files changed

+9
-101
lines changed

.circleci/config.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.github/workflows/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
name: Deploy
99
runs-on: ubuntu-latest
1010
container:
11-
image: debian:9
11+
image: debian:10
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Install dependencies
15-
run: apt-get update -qq && apt-get install -qqy git unzip ssh ca-certificates tar gzip
15+
run: apt-get update -qq && apt-get install -qqy git unzip ssh ca-certificates tar gzip nodejs
1616
- name: Deploy
1717
run: bash ./.github/workflows/deploy.sh

package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)