Oops, re-enable setting as default upon deploy
This commit is contained in:
parent
3582229b47
commit
3d86231e29
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
# 6. Update the service file manually to reference the newly-uploaded version by path.
|
# 6. Update the service file manually to reference the newly-uploaded version by path.
|
||||||
# 7. Link the new version as `current` manually.
|
# 7. Link the new version as `current` manually.
|
||||||
# 8. Reset the service file to use the new Ruby to run `current`.
|
# 8. Reset the service file to use the new Ruby to run `current`.
|
||||||
skip_set_as_current: yes
|
skip_set_as_current: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Generate a version name from the current timestamp
|
- name: Generate a version name from the current timestamp
|
||||||
command: date '+%Y-%m-%d-%s'
|
command: date '+%Y-%m-%d-%s'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue