mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
🛠 DePloY
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -3,6 +3,14 @@ on: push
|
||||
env:
|
||||
NODE_ENV: DePloY
|
||||
jobs:
|
||||
test:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
name: "Get"
|
||||
run: |
|
||||
wget https://installbuilder.bitrock.com/installbuilder-enterprise-19.9.0-linux-x64-installer.run
|
||||
chmod u+x installbuilder-enterprise-19.9.0-linux-x64-installer.run
|
||||
./installbuilder-enterprise-19.9.0-linux-x64-installer.run
|
||||
package:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user