You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ dpl --provider=scalingo --app=$SCALINGO_APP_NAME --api-token=$SCALINGO_API_TOKEN --region=$SCALINGO_REGION --branch=refs/heads/master
Support fordeployments to Scalingo isin**alpha**. Please see [Maturity Levels](https://github.com/travis-ci/dpl/#maturity-levels) for details.
$ timeout 60 ./scalingo keys-remove dpl_tmp_key
timeout: failed to run command'./scalingo': No such file or directory
Failed to remove the ssh key.
Hi @curzolapierre & @SleeplessByte,
I had the same issue while upgrading to Ruby >= 3.1.x, since it's a small scale app, the fix was to change the Gitlab deployment to Scalingo by linking the Gitlab repo to Scalingo instead of using a deploy pipeline stage.
It will automatically add a new step in your pipeline as illustrated below:
From the new ruby release (3.2.0),
Dir.exists?
andFile.exists?
have been removed.So exists? method is not working anymore.
Example:
From ruby doc
File.exist?
should be used instead.The text was updated successfully, but these errors were encountered: