Questions tagged [dpl]
9 questions
4
votes
2 answers
Gitlab dpl issue with ruby version
I have a node app that I am deploying through Gitlab. I am using docker image node:12.8.0.
Recently it has been failing deployment with the following error
$ dpl --provider=heroku --app=$HEROKU_DEVELOPMENT_APP --api-key=$HEROKU_API_KEY…

Devatanu
- 507
- 5
- 13
3
votes
1 answer
How to add private node module in GitLab CI
I was able to use my private repo (in GitLab) as a node module locally for an app I'm developing. I did this by generating a personal access token in GitLab and then running this command locally with the PAT as an environment variable: git config…

Jonathan Porter
- 1,365
- 7
- 34
- 62
1
vote
0 answers
How to figure out size and location data from a command in Datamax Programming Language (DPL)?
So, I am trying to make changes to the printed label format at one of our clients, but unfortunately, am not able to fully figure out how do the commands work with the provided arguments.
More specifically, I have a command which is…

CuriousLearner
- 361
- 1
- 6
- 14
1
vote
1 answer
Use dpl on GitHub Actions
I was used with dpl on gitlab ci. Our repo was using a specific version and the code was like that:
prod_deploy_api_developer:
stage: deploy
script:
- echo "prod_deploy_api running"
- apt-get update -qy
- apt-get install -yqq ruby…

Tiago Gouvêa
- 15,036
- 4
- 75
- 81
0
votes
1 answer
Why does GitLab deployment to Heroku fail, after Ruby version upgrade to 3.1.2?
I'm trying to deploy an existing Rails app to Heroku, having the Ruby version upgraded from 2.7.1 to 3.1.2. Also updated bundler to 2.3.25 which seems to be supported by Heroku.
Everyting runs smoothly (build, tests, etc), except for the POST deploy…

ovidiuanca
- 1
- 1
- 1
0
votes
0 answers
When drawing characters with Graphics in C# or Java, set only the left and right lengths
I currently need to convert Datamax's DPL commands to create previews.
Currently, it seems that there is no java or C# library that can convert DPL commands into images, so I am trying to express it by drawing it with Graphics. (What I do on the…

suho.kim
- 1
- 1
0
votes
1 answer
Printing by Ethernet to Pacesetter PS125 using DPL, what custom configurations might I need - can't communicate
OK, I have a large asp.net application that prints to Intermec and Zebra printers. I know have to adapt this to print to a Pacesetter Auto Bagger. It is connected through our network and can ping the printer.
Before learning to program DPL I just…

SoundWaves
- 125
- 10
0
votes
0 answers
Drupal keep reinstalling after changing docker-compose.yml file
Why Drupal is going so mad if you change something from docker-compose.yml file ?
Here is my docker-compose.yml file maybe something`s wrong inside
web:
image: drupal:latest
environment:
DINAMO_DEPLOY_URL: http://some-thing
…

user3836412
- 11
- 1
- 5
0
votes
2 answers
How to escape colons in category names for use by DPL?
I have several categories in a mediawiki which have colons in the name. With DPL, when I try either
category=Foo:bar
or
linksto=Category:Foo:bar
I get no results, even though that category when viewed actually shows several hundred pages. I…

BrianFreud
- 7,094
- 6
- 33
- 50