We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981e6cb commit f1df357Copy full SHA for f1df357
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stack-service-base (0.0.100)
+ stack-service-base (0.0.102)
5
async
6
debug
7
dotenv
lib/stack-service-base/stack_template/github/.github/workflows/deploy.yml
@@ -47,4 +47,4 @@ jobs:
47
deploy_target="${DEPLOY_USER:-root}@${deploy_target}"
48
fi
49
50
- dry-stack swarm_deploy -x "ssh://${deploy_target}" -- --prune --resolve-image=always < ruby-mitm-proxy.drs
+ dry-stack swarm_deploy -x "ssh://${deploy_target}" -- --prune --resolve-image=always < base.drs
lib/stack-service-base/version.rb
@@ -1,3 +1,3 @@
module StackServiceBase
- VERSION = '0.0.101'
+ VERSION = '0.0.102'
end
0 commit comments